[07:52:38] zhuyifei1999_: I checked those, clean [07:52:45] will process the request [09:36:18] ok :) [11:21:26] !log admin icinga downtime cloudbackup2002 for 48h (T267865) [11:21:29] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Admin/SAL [11:21:29] T267865: Switch on rack C7 in codfw is down - https://phabricator.wikimedia.org/T267865 [19:36:04] !log clouddb-services set max_allowed_package to 64MB on clouddb-toolsdb-03 T266587 [19:36:08] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Clouddb-services/SAL [19:36:09] T266587: ToolsDB replication is broken - https://phabricator.wikimedia.org/T266587 [19:45:45] !log clouddb-services restarting the import to clouddb-toolsdb-03 with --max-allowed-packet=1G to rule out that as a problem entirely T266587 [19:45:49] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Clouddb-services/SAL [19:45:49] T266587: ToolsDB replication is broken - https://phabricator.wikimedia.org/T266587 [22:23:28] hello! I started a k8s continuous job with `kubectl create --validate=true -f /data/project/community-tech-tools/SurveyCop/deployment.yaml` [22:23:34] however it does not show up with `kubectl get pods` [22:23:58] it is apparently running, because if I try to recreate it I get `Error from server (AlreadyExists) ...`, and also I am able to delete it [22:24:00] any ideas? [22:46:49] hmm it's something to do with the image I'm trying to use. Before I used `docker-registry.tools.wmflabs.org/toollabs-nodejs-base:latest`, and if I attempt that I see the pod with `kubectl get pods`, but it errors out with `Error from server (BadRequest): ... trying and failing to pull image` [22:55:09] yay! got it working using `docker-registry.tools.wmflabs.org/toolforge-node10-sssd-base:latest`