Richard Lander
Richard Lander
Currently, name uniqueness is enforced at the handler level with generated code on models with Name fields. We should add database level enforcement of the same Name uniqueness with gorm...
Was running the command `tptctl create control-plane -n test-67 -p eks --provider-account-id 575822346426` and interupted the process while it was creating subnets. The deletion of NAT Gateway, and Internet Gateway...
In `internal/kube/metadata.go` we currently support adding labels to pods managed by Jobs, Deployments, ReplicaSets, StatefulSets and DaemonSets. They all have a common path to add the pod labels. CronJobs are...
Currently, we are decrypting values in reconciler logic. This is to move the functionality to the client lib so that when values are retrieved with a Get request, as long...
Currently all the code for the apiEndpoint and apiClient init is duplicated in the run function of every tptctl command, we can refactor this so all commands point to a...