Brian Grant

Results 229 comments of Brian Grant

Basically deletion via the UI doesn't fully delete, which is a problem for all GitOps setups that watch HEAD. Do we need the package resource to make this work? #3213...

It's a significant UX problem to list all the revisions in one flat view, so the UI finds the latest revisions and lists those, then finds the related revisions and...

Another idea discussed: allow lists and deny lists of attributes that could be changed in deployments. These could also be used to direct users towards changeable attributes, if significantly smaller...

A related question from slack: "is there a way to provide hints to a UI or CLI tool, what fields & resources a user could be interested in modifying? I...

Some quantitative UX productivity measures: * Number of fine-grained steps required for a task: commands, clicks, IDE searches, lines of config written by hand, etc. * Number of lines read...

Here's an example article with strategies for coping with complex domains: https://www.nngroup.com/articles/complex-application-design/

Application configuration should provide a rich example for testing out some of these approaches: #3351

Do we have an example of value propagation that's not an IP address? IP addresses can be reduced to the service case.

I agree with the injection idea in order to reduce boilerplate and facilitate separation of code and data, and possibly other preprocessing. This could also facilitate testing. A non-kpt ConstraintTemplate...

Rather than mounting the current working directory, another approach could be including non-KRM files in the ResourceList by wrapping them with KRM: #3118. That's probably the approach we'll need for...