treydock
treydock
For Docker you'd use `--no-cache` with the build command to force full rebuild. Likely same flag with Podman.
Based on comments made at various conferences, not sure if this belongs in the code mentioned here or some other layer of OnDemand but it is useful for administrators or...
Just be warned I'm not liking the fact anonymous queries work with the data proxy URLs so at some point in the future I may turn off that feature if...
You can further condense down executions with a query like this: ``` {__name__=~"node_disk_(reads|writes)_completed_total",host="p0016"} ``` That is harder to read and is a bit of black magic but it allows for...
We could easily do that with Prometheus queries and Grafana, just requires a single query that includes all hosts since each host will produce a separate time series even if...
> > Would the Grafana solution put all of the time series on a single graph or put a bunch of graphs side-by-side? If we query Prometheus using PromQL queries...
For the OIDC aspect, we could add a sane default with the Dex support as OIDC configs become directly configured with the changes to support Dex.
That's super easy. ``` chmod 0700 /var/www/ood/apps/sys/shell ``` If the user can't read the app, it won't be available. We make heavy use of this at OSC to disable some...
Left comment on Discourse. Changing permissions is the most reliable and secure way to block access.
I can't reproduce that issue on any OSC systems. We can't make it an option because it requires root privileges , the option is changing permissions, that's how OnDemand has...