Ilya Dmitrichenko
Ilya Dmitrichenko
The documentation currently states this: https://github.com/tonistiigi/fsutil/blob/9e7a6df4857652bc85225f55e2edb8aece3ecd43/copy/copy.go#L65-L66 It's not clear what is the safety concern exactly.
Per discussion in https://github.com/gittuf/gittuf/issues/4#issuecomment-1816445198, I started investigating if it would be possible to use `.git/hooks` and apply policies on contest of that directory. I've played around a bit and had...
It'd be handy if we printed some debug logs that could be easily enabled, so that one can see what object get created and deleted. I suppose I could run...
This is what we have in `eksctl`: ``` import ( harness "github.com/dlespiau/kube-test-harness" "github.com/dlespiau/kube-test-harness/logger" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) type tHelper struct{ GinkgoTInterface } func (t *tHelper) Helper() { return }...
I was using patcher in a project and discovered the hard way that it doesn't actually patch secrets. The reason behind that is to do with this logic: https://github.com/fluxcd/pkg/blob/a04ccbfc5bc8348e31131978140640f0b1363d18/runtime/patch/patch.go#L239-L242 So...
Per @stefanprodan's comment in in https://github.com/fluxcd/flux2/issues/4490#issuecomment-1858614360: > Yes, the CLI ensures backwards compatibility only for GA APIs, for beta versions you need a CLI that matches the cluster version. The...
I'd like to be able to spin up a cluster and install new version of my thing in at least semi-automated way (i.e. one or two commands). I am happy...
Trace ID are currently stored locally in an ephemeral store using Badger. It would be easy to enable persistence across restarts, but in oder to run hubble-otel on each node,...
- make trace database persisted to disk by default, with use-settable path - let user pass common badger options, e.g. in-memory - let user set trace TTL