-
Notifications
You must be signed in to change notification settings - Fork 795
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
Update NOTES.txt, including removing "alpha" designation #2165
Conversation
Also includes direct commands for extracting IPs/NodePort
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM, small whitespace detail I think could be addressed.
jupyterhub/templates/NOTES.txt
Outdated
3. If you find a bug please report it at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues{{ println }} | ||
|
||
{{- if hasKey .Values.singleuser.cloudMetadata "enabled" }}{{ println }} | ||
{{- if hasKey .Values.singleuser.cloudMetadata "enabled" }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming someone would copy paste the deprecation logic, they would need {{ println }}
in it at least assuming two deprecation messages would trigger - in order to avoid no new blank line between them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whenever there is a fail
it is not relevant with later messages as it would stop the rendering, but if it is a warning - multiple warnings can trigger.
Below there is a deprecation warning like this that includes println still while this doesn't any more. I suggest we consistently use println within each.
@manics thank you so much for maintaining, well, everything !! ❤️ |
jupyterhub/zero-to-jupyterhub-k8s#2165 Merge pull request #2165 from manics/update-notes
Also includes direct commands for extracting IPs/NodePort (not sure if this is too complicated? though it makes it easier for people who don't immediately understand how to parse
kubectl get svc proxy-public
)TODO: