Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure all config has help strings for our configuration reference docs #744

Closed
consideRatio opened this issue Sep 22, 2023 · 1 comment
Closed

Comments

@consideRatio
Copy link
Collaborator

The following is traitlet based config without a help string, we should have a help string for all available configuration I think. Currently they emit warnings when we build docs.

ClusterConfig.environment
ClusterConfig.scheduler_cmd
KubeClusterConfig.worker_extra_pod_config
KubeClusterConfig.worker_extra_pod_labels
KubeBackend.common_annotations
KubeBackend.common_labels
KubeController.proxy_web_middlewares

@consideRatio
Copy link
Collaborator Author

This is a bug related to sphinx and autodoc_trait and such, there was actually help strings for these config options.

This is tracked also in jupyterhub/kubespawner#788

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant