Dave Syer
Dave Syer
I have a docker-compose.yml that starts multiple services but I only want to bind to one (or some) of them. It is possible to do that currently by re-arranging the...
``` $ telepresence list telepresence: error: connector.Connect: initial cluster check failed: Get "https://dsyer-tap-demo-mskfvjde.hcp.eastus.azmk8s.io:443/version": dial tcp: lookup dsyer-tap-demo-mskfvjde.hcp.eay See logs for details (2 errors found): "/home/dsyer/.cache/telepresence/logs/daemon.log" See logs for details (3...
There's no real benefit in using webflux, but it might be possible to embed the config server in a webflux app, in principle at least.
Here are some issues I found when trying to use the actuators to add and update routes: * You can't delete (or modify) routes that were added in the app....
A handler method returning `Flux` where `T` is "something that can render a template" would be quite useful, especially in the light of the popularity and ease of use of...
When an application is deployed by [Knative](https://knative.dev/docs/), the deployment (as in deployments.apps) is auto-generated. You can easily figure out its name and put it in `okteto.yaml` as the `name` of...
If you try to use the converter in a modern Jakarta-packaged application you get problems with duplicate classes in swagger-core and swagger-annotations. The workaround is to exclude them and depend...
Currently `kubectl get all` is a useful default tool for getting a quick look at what is going on in my context, despite the misleading name I still like it....
I tried a pre-release and a release version (v0.38.2) with VSCode 1.77.3. Running a test from code (little green icons) or the test view works, but if you pause and...
The docs say "lets authors customize it easily, even create multiple themes" but don't really expand on what that means. Some simple examples might be useful. I guess I can...