Boris Djurdjevic

Results 7 issues of Boris Djurdjevic

## Release notes Fixed environment based configuration for monitoring.cluster_uuid ## What does this PR do? This commit adds `monitoring.cluster_uuid` to the env2yaml configuration whitelist and enables the user to set...

status:needs-triage

# Proposal We should use [httptrace](https://pkg.go.dev/net/http/httptrace) for requests done by the kubenurse in order to get more advanced error details like DNS failures and statistics like time-to-first-byte. ## Positive impact...

### Which version of the app are you running? Tag: `v0.4.0` and `master@d9e74deb287e7b81172c6988dd0f99b1a97d9036` ### Is your proposal related to a problem? Currently it's not possible to configure a Kafka Connect...

status/triage
type/feature

Document required permissions for: - [ ] Kubernetes/RBAC - [ ] Vault Example Issue: https://github.com/postfinance/vault-kubernetes/pull/9

## Issue Solves image version problems like #6 ## Proposal Instead of hard coding builder image versions in `k8scc.yaml`, we should use the same substitution mechanism as in `core.yaml` to...

Handle process signals in order to collect garbage by executing the defers in `build.go` and `run.go`

Function `streamPodLogs` should stream the logs while the pod is running. Currently it streams the logs of the pod only when it's finished.