-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Consolidate our install docs. #2137
Comments
cc @samodell I am going to try to put together a PoC for |
8 tasks
I shared a little PoC in slack. |
I published the latest from hackmd here |
@vaikas is going to take a crack at the eventing section in the hackmd later |
mattmoor
added a commit
to mattmoor/docs
that referenced
this issue
Feb 5, 2020
mattmoor
added a commit
to mattmoor/docs
that referenced
this issue
Feb 5, 2020
mattmoor
added a commit
to mattmoor/docs
that referenced
this issue
Feb 5, 2020
mattmoor
added a commit
to mattmoor/docs
that referenced
this issue
Feb 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tl;dr I would like to consolidate our install guides into a single source of truth.
Background
knative.dev currently has over a dozen different guides for how to install parts of Knative. There are at least 8 guides for installing Knative that include cluster provisioning instructions.
There are 4-5 guides for installing knative/serving with customized networking layers.
These guides are massively redundant, and for the most part only differ in how to provision a cluster with an upstream vendor.
The Goal
I would like to see us consolidate a single source of truth for how to install a part or the whole of Knative. Part of this is: Knative shouldn't be responsible for maintaining vendor-specific documentation.
The Proposal
I would like to make
knative-with-any-k8s.md
the gold standard for how to install Knative, including documenting how to install pieces of Knative, and opting into distinct networking layers.I would like to remove the networking-specific installation instructions (in favor of collapsable pieces inline in the above instructions, something like
<details>
)To use Istio networking click here!
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborumTo use Gloo networking click here!
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborumTo use Kourier networking click here!
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborumWarning to Minikube users!
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum/assign
The text was updated successfully, but these errors were encountered: