Stephen Levine
Stephen Levine
Does the error reproduce every time you run `cf local stage ...`?
Also, do you require an HTTP proxy to connect to the internet? Can you provide a sample app that I can build to help reproduce the failure?
Do you have outbound access to the public internet?
I suspect that this is actually a bug in Go 1.9.1: https://github.com/golang/go/issues/21717 You may have Go 1.9.2 installed locally, but Go isn't necessary to run CF Local. Version 0.18.0 was...
This should be fixed on master. I'll cut 0.19.0 soon. In the meantime, can you try out [this 0.19.0 RC](https://github.com/cloudfoundry-incubator/cflocal/files/1553570/cflocal-0.19.0-rc1-windows.zip)?
The fatal exception `fatal error: sweep increased allocation count` happens when the Go GC runs and ends up with more allocated memory instead of less allocated memory. It can be...
Let me know if this is working for you in [v0.19.0](https://github.com/cloudfoundry-incubator/cflocal/releases/tag/v0.19.0). I am not able to reproduce this on Windows 10 Enterprise running in VMware Fusion.
Hi @privettoli, Are you able to `cf ssh` into `app-dev-green`?
The service forwarding (`-f`) logic may not work with all types of services. CF Local attempts to replace the domains in the local copy of the service bindings with tunneled...
Looking at https://github.com/cert-manager/cert-manager/commit/dc801014768c472bc25fcec8ec9b807dd511ebc9, this value previously matched the TTL of the provider (60 seconds for CloudDNS). Now the providers have their own TTLs (e.g., 10 seconds for route53). However, given...