-
Notifications
You must be signed in to change notification settings - Fork 66
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 docs to clarify which Supervisor port to expose outside cluster #1631
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1631 +/- ##
==========================================
+ Coverage 75.46% 75.48% +0.01%
==========================================
Files 166 166
Lines 15078 15078
==========================================
+ Hits 11379 11381 +2
+ Misses 3401 3399 -2
Partials 298 298 |
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.
👍
e9cb637
to
835b8a5
Compare
Thanks to @djpbessems for providing suggestions and feedback for this PR! |
@@ -9,6 +9,7 @@ code { | |||
} | |||
pre code { | |||
background: none; | |||
font-size: 100%; |
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.
I'll swing back around and take a look at this.
Update docs to clarify which Supervisor port to expose outside cluster.
This PR also increases the font size of pre formatted code blocks, which was recently decreased to a small font size (by mistake?) in another PR.
This PR also changes the name of this document in the left-hand sidebar. It was recently changed to "As an OIDC Provider" in another PR. This PR changes it to "Required Configuration" in an attempt to make it more clear that the configuration described in this doc are typically the first things that you would configure after installing the Supervisor and that it is not optional for a Supervisor installation.
See deploy preview here: https://deploy-preview-1631--pinniped.netlify.app/docs/howto/supervisor/configure-supervisor/ (until this PR is merged).
Thanks to @djpbessems for providing suggestions and feedback for this PR!
Release note: