Dmitriy Kalinin
Dmitriy Kalinin
i really like flag abstraction that go-flags enforces (input flowing one way). some flags may contain sensitive information that i wouldn't want to see in `ps` when command is running....
may be add a configuration `negavtive:"true"` to the DSL to indicate which flags should receive --no-\* automatically? wdyt?
ytt (https://get-ytt.io; https://github.com/k14s/ytt) is a yaml templating tool that works directly with yaml structures unlike other common templating tools that work with text. by working with structures, ytt avoids problems...
**Describe the problem/challenge you have** https://gist.github.com/cppforlife/2274082fef6a5e10cedfaa473238b441 -- newly registered webhook is preventing us to save bookkeeping annotations on the deployment, so we error. then we retry later to create resource...
**What happened:** > `Lcs` appears to be inconsistently reported in the `kapp list -A` output when kapp-controller fails to install an app and then subsequently is made to succeed. (Needs...
**Describe the problem/challenge you have** currently fallback namespace for finding existing resources is only single namespace that is specified via --namespace flag. fallback namespaces are needed by kapp cannot find...
this issue is to track proposed additional deploy config that shuold be added to kapp. current default config can be seen via `kapp deploy-config`.
**Describe the problem/challenge you have** currently Deployment waiting code looks at several conditions include FailedDelete [0]. there is another condition that would be useful to look at it FailedCreate. we...
it seems that some configuration providers (eg https://github.com/cloudfoundry/cf-for-k8s/blob/master/supported_k8s_versions.yml) will benefit from ability to specify min/max version of supported k8s. we should also provide a way to bypass this check for...