mirror of https://github.com/knative/docs.git
Format markdown (#1500)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` /assign @samodell
This commit is contained in:
parent
0f65e1e1a1
commit
048830e413
|
@ -145,16 +145,17 @@ kubectl -n default create rolebinding eventing-broker-filter \
|
|||
Note that these commands each use three different objects, all named
|
||||
`eventing-broker-ingress` or `eventing-broker-filter`. The `ClusterRole` is
|
||||
installed with Knative Eventing
|
||||
[here](https://github.com/knative/eventing/blob/master/config/200-broker-clusterrole.yaml). The `ServiceAccount` was
|
||||
created two commands prior. The `RoleBinding` is created here.
|
||||
[here](https://github.com/knative/eventing/blob/master/config/200-broker-clusterrole.yaml).
|
||||
The `ServiceAccount` was created two commands prior. The `RoleBinding` is
|
||||
created here.
|
||||
|
||||
Create RBAC permissions granting access to shared configmaps for logging,
|
||||
tracing, and metrics configuration.
|
||||
|
||||
_These commands assume the shared Knative
|
||||
Eventing components are installed in the `knative-eventing` namespace. If you
|
||||
installed the shared Knative Eventing components in a different namespace,
|
||||
replace `knative-eventing` with the name of that namespace._
|
||||
_These commands assume the shared Knative Eventing components are installed in
|
||||
the `knative-eventing` namespace. If you installed the shared Knative Eventing
|
||||
components in a different namespace, replace `knative-eventing` with the name of
|
||||
that namespace._
|
||||
|
||||
```shell
|
||||
kubectl -n knative-eventing create rolebinding eventing-config-reader-default-eventing-broker-ingress \
|
||||
|
|
Loading…
Reference in New Issue