Julien Bisconti
Julien Bisconti
Maybe you could add it to https://github.com/veggiemonk/awesome-docker#terminaln? It would be highly appreciated 😄
Hi, after watching many episodes of TGIK, I can't help but notice that there is a recurring theme when it comes to templating. At first it looks simple and then...
Hi, I got caught by that this morning, I'm still learning. Just wanted to update the doc. Happy to get help to reword things properly. - deprecate ThreadSafeFixedBufferAllocator in favor...
Hi team, I just wanted to introduce goreleaser as it simplifies the publishing, distribution and signing of assets. You can see an example here: https://github.com/anchore/grype/releases/tag/v0.73.1 The next step would be...
Telegram bot to control docker containers closes #1123
It serves as a great example of what NOT to do. 😉 It is just an example and we don't have a better way to store secrets securely for that....
The `kubeutil` package is relatively simple and it is a great way to get familiar with the code base. Note that the structure of the tests are already written, it...
Currently, there is very little cleaning done before the import and after the export. See https://github.com/volvo-cars/lingon/blob/13bf097d7e28ec15f01ed62bbff89ba0c30547a6/pkg/kubeutil/manifest.go#L86-L111 We could import https://github.com/itaysk/kubectl-neat and depend on it but it has pinned kubernetes dependencies...
Since those instances are not the state, terraform doesn't remove them and the EKS cluster cannot be fully destroyed.
Here is what I think are the design mistakes I made: * Using a `pkg` folder. A nested hierarchy of folders is useless and it hinders the visibility of the...