[11:50:54] FYI, debmonitor will be unavailable for ~ 5m [13:56:30] hi all i have just pushed a chnage to update how with authorize users in idp. id should be a no-op but if yuo see anything strange let me know [14:23:08] jbond: that reminded me of the "See it, say it, sorted" slogan I heard in trains when I was in the UK the last time [14:23:22] looking for it I found: https://www.theguardian.com/lifeandstyle/2018/oct/01/see-it-say-it-sorted-annoying-slogan :) [14:35:29] ahh yes lol :) [14:45:16] * Emperor always thinks "it it say see sorted" [16:04:22] there was another big bump on the appservers reqs/sec, just as a deploy window finished earlier today ~14:05 [16:04:29] https://grafana.wikimedia.org/d/RIA1lzDZk/application-servers-red?orgId=1&viewPanel=65&from=now-6h&to=now&refresh=1m [16:16:55] Is there guidance/documentation on test-running services from deployment-charts in minikube, or any other local dev environment? Mostly I'm looking to repeat an edit-run cycle over and over understanding how this new service i'm putting together will play with k8s [16:55:26] <_joe_> ebernhardson: most of our charts should deploy to minikube simply using helm [16:55:57] <_joe_> you probably want in minkube to also run a kafka instance, there's some prior art on doing so in other charts but I don't think there's good docs [16:57:39] _joe_: any particular bits I need? It looks like I need to setup chartmuseum or something similar and register it with helm, so the `wmf-repo/foo` resolves. Any other things like that? [16:58:06] <_joe_> ebernhardson: ah yeah I don't use helmfile [16:58:10] <_joe_> that's just for production [16:58:23] <_joe_> locally you might be easier off just using helm [16:58:35] <_joe_> helm install charts/ [16:58:37] ahh, ok that might make things easier [16:58:57] <_joe_> sorry, I need to go afk now [16:59:01] no worries, thanks! [17:18:39] ebernhardson: I believe changeprop's chart has some support for a dev kafka instance, but I haven't used it in a long time so I couldn't vouch for it [18:40:10] I haven't used it, but the support exists [18:40:45] ebernhardson: lmk if you run into problems, I did get a dev kafka running a while ago [18:41:01] I don't really remember any details but I think that might be because it worked smoothly? :D