Christian Richter
Christian Richter
I'd love to see a subcommand that outputs the dependency tree for a deployment or the whole cluster. e.g.: - `$> hypper show-dependencies` will show the dependency tree for the...
This PR adds support for running LCARS inside a docker container.
There are cases when a the all space-manages of a space are unable to perform their management duties on said space (e.g. death, left company, etc). In those cases the...
When running `make clean` after building scf from scratch on kind it is impossible for the script remove all the contents of scf in the `buildkind` directory (lots of permission...
EKS cleanup using terraform sometimes results in a ton of leftovers which is a mess if you have to clean it up manually. **Suggestion:** update the `clean-eks` target, add `terraform...
There is an image used in ci pulled in from `splatform/base-ci`. (https://github.com/cloudfoundry-incubator/kubecf/search?q=splatform%2Fbase-ci) there is no `Dockerfile` available to the image. I have tried to reconstruct the image. The experimental image...
follow-up to #9183 Integrate cephfs into the drone buillds - [ ] create a script that creates a directory in `/ceph/build-` - [ ] pass the `/ceph/build-` to the build...
Tracing contains lots of outdated code since we only do otel. (jaeger supports otel aswell). We can get rid of most of the configuration variables. - `config.Tracing.enabled` (tracing is enabled...
With dockerhubs move to strict rate-limiting when pulling images, deploying container-based systems can be a struggle. Therefore I propose adapting the pipelines to push to multiple repositories, namely ghcr.io (github)...