[00:06:33] kanashimi: you can ssh into a Toolforge bastion, become your tool, and then use `webservice node18 shell` to get an interactive shell inside a 'node18' container and poke around. You can replace the 'node18' there with any `webservice` supported image (see ` webservice --help`). [00:08:48] Thank you. I'm changing to curl. `webservice node18 shell` throws an error. [00:08:49] Error from server (Forbidden): pods "shell-1751328455" is forbidden: exceeded quota: tool-toc, requested: requests.cpu=125m, used: requests.cpu=4, limited: requests.cpu=4 [00:10:45] That toc tool has 8 containers running that have used up all of the tool's default quota. [00:11:40] You can ask for more quota at https://phabricator.wikimedia.org/project/view/4834/ [00:55:17] Thank you