Add instruction in how to install Knative with Knative operators (#2261)#2304
Add instruction in how to install Knative with Knative operators (#2261)#2304knative-prow-robot merged 1 commit intoknative:release-0.13from houshengbo:release-13-pick
Conversation
* Add instruction in how to install Knative with Knative operators * Fix the operators's doc based on comments * Modify the docs of Operators to outline better * Fixes the typos
evankanderson
left a comment
There was a problem hiding this comment.
Don't merge my suggestion, I'll send a followup PR to clean up the docs and then merge that along with a few other needed docs PRs.
/lgtm
/approve
| Run the following command to install Knative Serving Operator: | ||
|
|
||
| ``` | ||
| kubectl apply -f https://github.com/knative/serving-operator/releases/download/v0.13.0/serving-operator.yaml |
There was a problem hiding this comment.
This can be {{< version >}} to auto-substitute in the release version, IIRC.
Even better, there is an {{< artifact >}} tag, like so:
| kubectl apply -f https://github.com/knative/serving-operator/releases/download/v0.13.0/serving-operator.yaml | |
| kubectl apply --filename {{< artifact repo="serving-operator" file="serving-operator.yaml" >}} |
I'll send this as a PR on the upstream docs, so this is mostly FYI.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: evankanderson, houshengbo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Cherry-pick of 38dd475
Proposed Changes
Add instruction in how to install Knative with Knative operators
Fix the operators's doc based on comments
Modify the docs of Operators to outline better
Fixes the typos