Richard Lander
Richard Lander
The commands tptctl up and tptctl down currently have a --aws-config-env flag. The value from that flag is doing nothing as the function it is being passed to in https://github.com/nukleros/eks-cluster/blob/main/pkg/resource/config.go#L94...
If doing tptctl create control-plane -p kind and docker is not running, the error is failed to list nodes: command "docker ps -a --filter label=io.x-k8s.kind.cluster=threeport-dev-0 --format '{{.Names}}'" which is not...
Allow users to get config docs for workloads. User feedback: "Is there a listing of all possible yaml tags for workload files? All I see is the two tags, “Name”...
When we're spinning up resources in AWS, if we do not include the threeport instance name, we could encounter naming collisions between different instances of threeport. This will require passing...
Currently, when a user deletes a threeport instance with tptctl delete control-plane they can delete the current instance. This leads to no current instance as we can't decide for the...
Currently, the command tptctl config aws-account creates an AwsAccount object in threeport and configures a user's AWS account with IAM resources. This task includes the following: Add the command tptctl...
Currently, if tptctl up... fails it leaves a control plane config in the the threeport config which causes added cruft and causes a failure when attempting to create another control...
If you create a workload with Gateway and DomainName dependencies using the workload defined instance abstraction. If you want to delete and re-create it with the same config, you can't....