Andy Goldstein
                                            Andy Goldstein
                                        
                                    FYI with the iostat in `sysstat-11.5.4-2.fc26.x86_64`, you can do `iostat -c -y 1 1` to get the current cpu utilization. The docs for `-y`: `Omit first report with statistics since...
@jordanwilson230 could you please give us a bit more information about what specific fields need to have their values changed? An example with yaml/json would be quite helpful. Thank you!
@jordanwilson230 ok this is much clearer now, thanks. Would something like a generic find/replace plugin work for you, where you could configure it somewhat like this? ``` changes: - resource:...
This is a hypothetical configuration for a restore item action plugin that doesn't currently exist 😄.
We'll work with @bryanl & team to figure out the best way to implement this.
@jordanwilson230 we have not implemented this yet. We'd greatly appreciate your feedback as to how you think users should specify the transformations. This is something where the UI/UX really needs...
I do think this can and should be a plugin. I'd like it to be generic enough that it meets the needs of as close to 100% of users as...
We'd love to hear your thoughts on the structure of the configuration. In a previous comment, I suggested something like this: ```yaml changes: - resource: ingresses field: spec.rules[].host find: *.kubernetes.bitbrew.com...
In the same namespace as ark On Wed, Oct 31, 2018 at 6:43 AM neith00 wrote: > In my understanding you are proposing to store transformation in > configmaps, but...
If you want to match a specific ingress & its domain name and make a change, you would need to use find. Perhaps what I wrote above was confusing when...