Marcin Ciszak

Results 48 issues of Marcin Ciszak

enhancement
OAM

enhancement
HELM

enhancement
kustomize

Compose supports [placement](https://docs.docker.com/compose/compose-file/#placement) and converter will take those things into account. Add ability to control `placement` option (see compose deploy.placement.constraint) via config labels.

enhancement

Consider support for K8s Disruption Budgets to protect application component workloads.

enhancement

Currently only a set of environments provided at initialisation can be used. There is no simple way to add / remove an environment without manually changing kev manifest. This could...

enhancement

Create quick walk through docs showing how to extract common bits of configuration and apply them automatically to multiple services. Partials: ```yaml &default-resources cpu: 0.1 max-cpu: 1 memory: 10Mi max-memory:...

documentation

Currently kd doesn't seem to respect the order of supplied kubernetes resources. Ensuring the order of execution could help in cases where some of resources depend on other.

This issue is related to https://github.com/logstash-plugins/logstash-output-s3/issues/143 and discussion in https://github.com/logstash-plugins/logstash-output-s3/pull/144. Multiple s3 outputs with `restore` enabled and default `temporary_directory` can lead to a race condition in crash recovery scenario whereby...