treydock

Results 151 comments of treydock

I moved from ood_core, the labels are part of namespaces so needs to be added as part of hook.

The two policies we may use would be Baseline or Restricted and both disallow the use of hostPath which we rely on heavily for OnDemand. If we did support this...

I'm not sure this is even required, ever. Pod Security Standards would have to be disabled in most/all Kubernetes resources for OnDemand since we rely so heavily on hostPath so...

@smortex Your other PR, it uses `service_provider` which I believe is stdlib. The fact `systemd` is part of systemd module. Maybe it's better to rely on stdlib instead of systemd...

I'd be fine closing this in favor of your #340 PR.

You can create a CSR that uses Subject Alternative Names to have additional valid names. Example: ``` [root@web05 ~]# openssl x509 -noout -text -in /etc/letsencrypt/live/class.osc.edu/cert.pem Subject: CN = class.osc.edu X509v3...

I think this should work but would take me a bit of time to integrate into our GHE environment. I think this approach is better than using `systemd` fact since...

Verified this works on a host where systemd is the preferred method to deploy the fact refresh timer. ``` $ sudo facter -p service_provider systemd ``` Our r10k config is...

@smortex @ripienaar Any ETA on this getting merged and released?

I think we need to update our docs. The release RPM was bumped to 3.1.2 so we could add support for Ubuntu 24.04. ``` $ docker run --rm -it ubuntu:22.04...