Adam Jacques

Results 22 comments of Adam Jacques

I'd still like to see this. It's inconvenient not being able to use Rancher to upgrade my cluster because I don't have multiple clusters. I lost this ability when I...

This feature would still be useful.

You may consider something like: ``` "web_screenshots": { "timeout": 60 }, "vnc_screenshots": { "timeout": 60 } ``` The existence of the *_screenshots section would mean that that scanner would get...

Agreed on the security aspects. I won't downplay those. There appear to be some players that perform ACL on the Docker API: * https://scene-si.org/2016/04/25/exposing-your-docker-api/ * https://docs.docker.com/engine/extend/plugins_authorization/ Options for moving files...

> I'm curious why it's happening with AWS ALB but isn't happening with nginx fronting ssl on host proxying backwards to http. All my urls with nginx on the app...

Another issue with Rancher's Helm implementation: I made several changes to the Helm values, but they got lost after another edit operation. ~~It seems like the Rancher UI keeps a...

There's something really weird going on with Rancher 2.6.2's Helm UI. Possibly some kind of client-side state related issues or how the server side handles changing values from the upstream...

After further investigation, I do believe the issue is because Rancher is merging array values which is not safe to do without semantic understanding of the values. Example, if you...

This issue is definitely not limited to just this one helm application. I just hit it on yet another Helm template that included arrays.