Skip to content

Commit

Permalink
Fix typo (HDFS -> HBase)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrancke committed Nov 7, 2023
1 parent fd7e88a commit c684e7e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Pod placement
:page-aliases: pod_placement.adoc

You can configure Pod placement for HDFS nodes as described in xref:concepts:operations/pod_placement.adoc[].
You can configure Pod placement for HBase nodes as described in xref:concepts:operations/pod_placement.adoc[].

Default Pod placement constraints for master nodes:

Expand Down Expand Up @@ -94,4 +94,3 @@ affinity:
In the examples above `cluster-name` is the name of the HBase custom resource that owns this Pod. The `hdfs-cluster-name` is the name of the HDFS cluster that was configured in the `hdfsConfigMapName` property.

NOTE: It is important that the `hdfsConfigMapName` property contains the name the HDFS cluster. You could instead configure ConfigMaps of specific name or data roles, but for the purpose of pod placement, this will lead to faulty behavior.

0 comments on commit c684e7e

Please sign in to comment.