-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Adv. install topic - pluggable components #542
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
Adv. install topic - pluggable components #542
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RichieEscarez 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 |
a684b7c to
77312fc
Compare
samodell
left a comment
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.
Nicely done, Richie!
e9c73bc to
b8871e3
Compare
|
@mattmoor the editing cycle is done and this page is now ready for your review, please! |
42e3bc2 to
2653494
Compare
8ea2ee8 to
c820806
Compare
bc86328 to
1383ade
Compare
gyliu513
left a comment
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 now, thanks @RichieEscarez
1383ade to
c68b56d
Compare
tcnghia
left a comment
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've added some clarifications: the istio-lean.yaml that we provided wasn't to allow the Manual Sidecar Injection option, but mainly for users that wish to use Knative Serving without needing a Service mesh. Users can still do Manual Sidecar Injection but they don't have to in order to use Serving.
in testing I found that this is not a real namespace so removing
c68b56d to
a4f9a10
Compare
|
@tcnghia I've recovered all comments to make clearer what |
|
/lgtm |
* move all install comps to adv file * recovering review comments * filename change * title update * There can be multiple components in a knative package * fix links * new serving version * Update install/Knative-custom-install.md in testing I found that this is not a real namespace so removing * Update packages in table * review feedback, 0.2.1 eventing, eventsource lists * edit Istio steps around admission controller * fix indentation * Recover networking related comments
Surface how to install individual Knative v0.2.x components in a separate "custom install" topic.
Open issues/questions that need to be addressed:
istio-injection=enabledrequired?GOAL:
Create a standalone document that holds all the complicated and various options for installing Knative components and is separate from the set of "opinionated, host specific install guides".
@samodell will then take this doc (once open issues resolved and merged) and improve the information architecture around all the install guides to make clear that new Knative users should start with the existing guides, and then adv. users should use the steps in this document to customize their installation.
A separate effort is in progress to update the "observability plugin install instructions" - #447
Fixes: #478
Fixes: #295