Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Francke <[email protected]>
  • Loading branch information
sbernauer and lfrancke authored Nov 8, 2023
1 parent d18b554 commit 61fb13c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ You can configure Pod placement for HBase nodes as described in xref:concepts:op

The default affinities created by the operator are:

1. Co-locate all the Hbase Pods (weight 20)
2. Co-locate Hbase regionservers with the underlying HDFS datanodes (weight 50)
1. Co-locate all the HBase Pods (weight 20)
2. Co-locate HBase regionservers with the underlying HDFS datanodes (weight 50)
3. Distribute all Pods within the same role (masters, region servers, rest servers) (weight 70)

Default Pod placement constraints for master nodes:
Expand Down

0 comments on commit 61fb13c

Please sign in to comment.