Maximilian Appel

Results 13 comments of Maximilian Appel

I think that could be the reason: https://github.com/kubernetes/apimachinery/issues/137

I'm using a version of kubecfg that would warn instead of fail on permission issues during garbage collection. I didn't create a PR for this because the error might carry...

Thank you very much for taking the time. The described approach changes the contents of the pod's label as I need it, but the deployment's label remains unchanged. ``` yaml...

> So your request is even if there is a update to labels for el.spec.resources.kubernetesResource it should reflect in Deployment metadata labels ? I'd like to avoid propagation of certain...

The upstream issue was closed by mistake, as I did not observe this behavior anymore in my use case. I've tested it again and I am still able to reproduce...

My workaround is to let less privileged users (_users_) only use eventlisteners to create taskruns or pipelineruns. This allows to specify workspaces and other runtime parameters in advance aswell. Without...