Matt H

Results 84 comments of Matt H

https://kubernetes.io/docs/concepts/storage/_print/#generic-ephemeral-volumes is `alpha` in `1.19`, `beta` in `1.21` and `stable` in `1.23`.

@mkilchhofer quoted from [the official docs](https://argoproj.github.io/argo-cd/operator-manual/high_availability/#argocd-repo-server): > argocd-repo-server clones repository into /tmp ( of path specified in TMPDIR env variable ). Pod might run out of disk space if have...

Is there a reason why this wouldn't work for a plugin? 1. Make a `SealedSecret` as normal but in `kubeseal` you pass a flag like `--hashed-secret-name`. 2. Your `SealedSecret` has...

@nabokihms do I add a label or do you all? It wasn't mentioned in the PR template, but wasn't sure if you would get notified of the PR until it's...

> Looks nice! Things that stop us from merging this PR: > > 1. A test. > > 2. [DCO](https://github.com/apps/dco). I'll get on adding the test now. Had a production...

@ichbinfrog I reverted my `google.go` prior to me adding tests where I changed how some methods worked. After a mistake in merging master into my branch the tests now pass...

@nabokihms I don't see a way to restart that one job and it appears to be unrelated to my change. Can you restart or merge anyways?

I have a few config connector policies so figured I'd throw in my two cents. I just keep the list in the constraint up to date myself. You can run:...

@shomeprasanjit I'm not a maintainer or anything, but you can use regex instead of starts with or whatever: ``` # I wrote this on the fly. not promising it will...

I wanted to +1 this specifically wanting to know about how I should diagnose potential performance problems and provide scale numbers as well (i.e. how many X should I expect...