Greg Weber
Greg Weber
In order to lint all files, the linter needs to be able to use build tags. It will actually fail to run if all the files in a directory have...
Installing on debian testing: ``` The following packages have unmet dependencies: et : Depends: libprotobuf-lite17 but it is not installable ``` The lib should now be libprotobuf-lite23. How are the...
Thanks for opening this up and the nice docs so far. I am wondering if a basic architecture doc focused on infrastructure and runtime can be produced. Things that come...
Is it possible to have a `-config-file` option for retool? My issue is that I would like to follow the [standard](https://github.com/golang-standards/project-layout/tree/master/tools) of having a tools folder for tools generated by...
## Feature Request To restore a large amount of data, if we cannot stream it we must wait for the entire backup to be downloaded from object storage. Our restore...
## Bug Report The current README states that tokens can last for 24 hours. A look at the code indicates that tokens are of the JWT type. JWT tokens should...
## Feature Request The go.mod prepare step in this Makefile of this project can make it confusing to add a new dependency. I am hoping this was added due to...
I think this error is showing up where there is actually a connection issue? 1. What did you do? br backup full 2. What did you expect to see? Backup...
I think this library should be able to drop the snap dependency and be framework independent.
Give this a try and let me know what you think. See the documentation in [kube-apiserver-local](https://github.com/gregwebs/kube-apiserver-local#readme) for more information about how this works. I have tested this only on Mac...