Dmitriy Kalinin
Dmitriy Kalinin
template rules for CronJob (https://gist.github.com/cppforlife/56d44562d6b44e529a3c5299bb2d8943)
aggregated rbac rules: https://github.com/k14s/kapp/issues/140#issuecomment-684104068
@samschlegel interesting... > This would allow better integration with systems where user input can't be provided via a TTY (e.g. Buildkit pipelines). im assuming you are planning to do some...
i think we should do an app change which should just record that reconcile succeeded "behind the scenes".
one thing that's been on my mind some time ago... currently kapp aggressively exits on first failure, even though there might be more resources that can be applied to the...
> Would it make sense to not display this message since running the command is not an error? isnt an error though, since no valid command have been provided? im...
@jorgemoralespou interesting suggestion. we'll definitely have to chew on it collectively. personally i think we have to be careful about over optimizing for consistency where it may not make sense....
@ploef it's just a warning that it's going to take a slower path -- nothing wrong with that specifically. would you mind sharing your rbac setup and what is the...
@semoac im assuming your RBAC allows to list namespaces? does it need to?
@semoac if you are deploying stuff to a single namespace, you may be able to make use of "--dangerous-scope-to-fallback-allowed-namespaces" flag to limit kapp to only look at the namespace that...