-
Instead of just having shared team-wide env vars, it would be nice if users could override them.
Motivating example: for the `github list open pull requests {owner}/{repo}` behavior, it would be nic…
-
In our company we have 5 people who work on different projects:
- Project A (Martin, David)
- Project B (Martin, Michael, Patrick)
- Project C (Martin, Patrick, David, Michael)
and we have diffi…
-
Since we're not taking compiled etcd from upstream, perhaps we switch out the blob and replace with a src submodule of forked etcd branch? Then we have coded the "what we patched and how we built it" …
drnic updated
7 years ago
-
The API server should have a specific CA certificate for the Aggregator rather than reusing the `kubo_ca`. By reusing `kubo_ca` we're blurring trust boundaries and possibly opening up new attack vecto…
-
**What's the user value of this feature request?**
Currently in `cf7 push`(and the legacy `cf6 push`) a user can modify the buildpacks of the app, and a range of other attributes, but they cannot s…
drnic updated
1 month ago
-
## Describe the bug
Currently, log output from `cf run-task` are not printed in `cf logs APP_NAME`
## To Reproduce*
Steps to reproduce the behavior:
1. Push an app
2. Run `cf run-task APP_NAME …
-
**Describe the bug**
Upgrading KubeCF gets multiple database-seeder runs. They have a race condition that usually sets the wrong values in the database. E.g. the database password secrets get rotat…
-
I had deleted scf's `scf.var-cc-bridge-tps` secret and extendedsecret, and when I upgraded cf-operator it finally attempted to recreate the secrets (is there another way?)
But it fails/errors creat…
drnic updated
5 years ago
-
``````
c:\altoros\diego-windows-msi>ginkgo -r -noColor src/github.com/cloudfoundry-incubator/executor || exit /b 1
[1442899884] Executor Suite - 9/9 specs SUCCESS! 2.0003ms PASS
[1442899884] Contai…
-
When pushing a Docker Image that does not have a `USER` instruction, or specifies root, with `cf push app -o `, the CLI hangs with the following:
```
cf push nginx -o nginx
Pus…