mirror of https://github.com/knative/docs.git
broom: We do not have an activator in Eventing, hence using a different deployment (#5416)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> Co-authored-by: Matthias Wessendorf <mwessend@redhat.com>
This commit is contained in:
parent
784dd48dac
commit
102b2b71bf
|
@ -419,7 +419,7 @@ affinity:
|
|||
- ssd
|
||||
```
|
||||
|
||||
to the deployment `activator`, you need to change your KnativeEventing CR as below:
|
||||
to the deployment `eventing-controller`, you need to change your KnativeEventing CR as below:
|
||||
|
||||
```yaml
|
||||
apiVersion: operator.knative.dev/v1beta1
|
||||
|
@ -429,7 +429,7 @@ metadata:
|
|||
namespace: knative-eventing
|
||||
spec:
|
||||
deployments:
|
||||
- name: activator
|
||||
- name: eventing-controller
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
|
|
Loading…
Reference in New Issue