Maximilian Appel
Maximilian Appel
/remove-lifecycle stale
I think that could be the reason: https://github.com/kubernetes/apimachinery/issues/137
/remove-lifecycle stale
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...
/remove-lifecycle stale
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...
/remove-lifecycle stale
> 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...