Richard Li

Results 45 comments of Richard Li

@ssleptsov Thanks! Do you mind adding docs on how to do this on https://github.com/telepresenceio/telepresence/blob/master/docs/reference/developing.md? (Or maybe some other place if you think it would make more sense). We need to...

(I work with the Telepresence team, and am not familiar with Jupyter and how it works). Hopefully the below info is helpful: * Telepresence code a service locally, while proxying...

In terms of prioritizing, for me, at least, the min bar is being able to deploy the `todo` app into a kubernaut cluster.

i want to be able to do: ``` kubernaut claim git clone github.com/datawire/todo cd todo forge deploy ``` and be able to have a working todo app.

For starters, it doesn't give me an IP address for the API Gateway because it's a LoadBalancer. Second, I see this: Tolerations: Events: FirstSeen LastSeen Count From SubObjectPath Type Reason...

Hello! Thanks for your feedback. Have you used Ksonnet? I'd be definitely interested in your point of view on comparisons, since my first hand experience with ksonnet is limited. With...

@blak3mill3r I wrote https://www.datawire.io/fast-builds-java-spring-boot-applications-docker/ for Java & Spring, but it has a more detailed explanation of the incremental builds feature in Forge. I'm not very familiar with golang but the...

Hello, thanks for the bug report! You can create a `forge.yaml` file by hand, following the documentation here: https://forge.sh/docs/reference/forge-config In particular, if you can get `docker login` to your private...

Can you paste your `forge.yaml`?

Hm, it could be an incompatibility with the artifactory (we've found that different registries have subtly different semantics). We'll take a look but it might be a few days before...