Ben Mathews
Ben Mathews
The classic mongo shell is deprecated in Mongo v5.0 and removed in v6.0. Because of dependencies that the classic shell is compiled against one can't run the classic shell in...
If so, a prominent statement should be put at the top of the read me stating that * the project is not supported * the maximum version of mongo that...
I am not aware of any way to install mongo in a recent version of Ubuntu. ``` ❯ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu...
Seems like the primary issue in resolving this is deciding on the proper directory hierarchy.
I've a case with a client that I don't control that is calling me via an IP. There is no hostname. This bug makes it impossible to serve the content...
We have lots of applications, this is just one of them. Ingress is certainly wanted and needed. There are always workarounds, but I'd wish to avoid them if possible. In...
There isn't any documentation of the config file and only one example. I assume that I could add a scrape configuration based on label. I don't know how though.
I forked this and added some debugging code. The problem is that kubernetes provides service discovery in two ways. First (and prefered) is an internal dns service. The second is...
I don't see that running `go mod vendor` before `kn func build` has any effect on the error. Importing private code seems a fundamental requirement for any business to use...
Sounds like a good idea. There is no documentation that I could find on the starter scaffolding feature. Yours and one other project are all I could find as a...