cf-drain-cli
cf-drain-cli copied to clipboard
CF CLI plugin to create syslog drains
I'm running `cf drain-space` from my logstack repo which contains a manifest.yml and vars.yml to supply attributes. When the drains plugin tries to push the space drain application, it reads...
I'm creating a space drain in each of my spaces (development, staging, production). The first space completes fine, but the additional invocations fail because the route already exists. Is the...
Hello there, I'm using `cf-drain-cli` v2.0.0 and I have an issue with `cf drain-space` command. It doesn't work for me because of 401 Unauthorized error: ``` $ cf drain-space syslog://logstash-0.logstash.elk.svc.cluster.local:5000...
Hello again, I wonder why you set `UAA_ADDR` env variable by replacing `api` string in a hostname of the API: ``` $ cat ./internal/command/push_space_drain.go [...] sharedEnvs := [][]string{ {"SPACE_ID", space.Guid},...
Hello, I installed the cf-drain plugin but when I am running the `cf drain-space` it is looking for latest space drain release on github but the network I am in...