dwschulze

Results 16 comments of dwschulze

I got the source code by cloning this github page. The build instructions say: Without Docker Build $ C_INCLUDE_PATH=/usr/local/cuda/include LIBRARY_PATH=/usr/local/cuda/lib64 go build So they expect you to have cuda libraries...

So if I create the EKS cluster with terraform, but deploy an application with kubectl then terraform delete won't work? This has left me in a mess where I have...

I have to wonder if Terraform should be used to create an EKS cluster. A cluster will have deployments including load balancers in many cases. Then Terraform's state is stale....

[aws-nuke](https://github.com/rebuy-de/aws-nuke) was able to clean up the mess. aws-nuke looks like something you'll need to clean up after terraform EKS clusters.

Terraform destroy should not leave a mess. It should be able to destroy the things it created. If it cannot do that it needs to warn you in advance. This...

The problem is that your plugin doesn't handle directory and path names on Windows. If I hard code the directory and file name it works: ``` c:/users/dean/.asadmintruststore ``` None of...