This PR makes some minor tweaks to the README file that I think improved it slightly.
servers -> delete:servers scope
--cull-admin-users flag listed
Single quotes transformed to double quotes in example configuration to be black compliant
Referenced role name idle-culler and referenced service name cull-idle have been renamed to jupyterhub-idle-culler-service and jupyterhub-idle-culler-role.
Some other small tweaks in text were attempted towards improved readability
Outdated PR description
I note that read:hub is required, and I think we only need the delete:servers rather than read:servers but would love a confirmation on this idea.
Note that the reason we need read:hub is because we access the /hub/api/info endpoint for a version check of the jupyterhub we work against.
Updated PR description
This PR makes some minor tweaks to the README file that I think improved it slightly.
servers
->delete:servers
scope--cull-admin-users
flag listedidle-culler
and referenced service namecull-idle
have been renamed tojupyterhub-idle-culler-service
andjupyterhub-idle-culler-role
.Outdated PR description
I note that read:hub is required, and I think we only need the delete:servers rather than read:servers but would love a confirmation on this idea.
Note that the reason we need read:hub is because we access the /hub/api/info endpoint for a version check of the jupyterhub we work against.
https://github.com/jupyterhub/jupyterhub-idle-culler/blob/ae59078ccf3f929702d9833b6b9e644dae0e191d/jupyterhub_idle_culler/__init__.py#L160-L167
Related
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2434