Skip to content

Commit

Permalink
doc: add autorecovery
Browse files Browse the repository at this point in the history
Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine committed Nov 12, 2024
1 parent 28c669e commit d6b689a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/affinity-configuration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,15 @@ pulsar:
# ...
nodeAffinity:
# ...
autorecovery:
affinity:
podAffinity:
# ...
podAntiAffinity:
# ...
nodeAffinity:
# ...
```

### 4. Kafka (if using Kafka instead of Pulsar)
Expand Down
5 changes: 5 additions & 0 deletions docs/node-selector-configuration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ pulsar:
# Pulsar proxy will be scheduled on nodes with component=pulsar-proxy label
nodeSelector:
component: pulsar-proxy

autorecovery:
# Pulsar autorecovery will be scheduled on nodes with component=autorecovery label
nodeSelector:
component: autorecovery
```
### Kafka (if enabled)
Expand Down

0 comments on commit d6b689a

Please sign in to comment.