-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Refactor installation documentation #5806
Conversation
Forgive my ignorance if this is a newbie question... is there a staging area where I can see the rendered website as it will appear after the merge? |
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.
Thanks Geri! I really like the tabs for installing on different providers/with different registries!
@bendory The links in the "Preview" section take you there. For changes outside the website repo the preview is not autogenerated, I created a separate PR just to generate the preview. |
OIC, thank you -- these look great, I love the way you can now "choose your own adventure!" /LGTM |
@bendory: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
b76e9d1
to
c2b373e
Compare
c2b373e
to
79068fb
Compare
79068fb
to
6ad801a
Compare
6ad801a
to
24ce444
Compare
/retest |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerop, lbernick The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
24ce444
to
df1b4f5
Compare
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.
Thanks for this @geriom !
A couple of questions:
- we have no way to see here the final rendering result of this PR. Would it make sense to have a PR against the website repo that pulls in this PR and shows the final result?
- I like that we have tabs with different installation options. Should we have one about using the operator that points to the operator docs as well?
- NIT: I'm not entirely sure about the "post-install" naming. The configuration is not exclusively done after the installation, the installation files can also be customised to install directly with the required configuration
df1b4f5
to
4eff18f
Compare
I was thinking the same thing. For this PR I rendered it locally see preview here, but that's not a feasible solution long term. Not sure how much engineering that would require, but it's probably worth the effort. I opened an issue on the website repo to track this
Yes, I think that's a good idea. We can make that a separate issue and iterate this doc? since this PR is been open for two moths now.
Renamed the file to |
4eff18f
to
e050777
Compare
- Simplify installation instructions - Move configuration docs to a separate file. - Include vendor specific docs for OpenShift and Google Cloud. The documentation is only rendered correctly on the website.
e050777
to
6cf5f9c
Compare
Thanks for the updates! |
Changes
As discussed in the proposal for this change during the community meeting, the documentation is only rendered correctly on the website. This and the corresponding PR on the website repo must be merged in short succession.
Previews
/kind documentation
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes