Skip to content

Commit

Permalink
Add ES Master node shard allocation diabling const
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan committed Dec 9, 2024
1 parent cac99cb commit 6e2c75b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apis/ops/v1alpha1/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ const (

// Elasticsearch Constant
const (
PrepareCustomConfig = "PrepareCustomConfig"
PrepareSecureCustomConfig = "PrepareSecureCustomConfig"
ReconfigureSecurityAdmin = "ReconfigureSecurityAdmin"
PrepareCustomConfig = "PrepareCustomConfig"
PrepareSecureCustomConfig = "PrepareSecureCustomConfig"
ReconfigureSecurityAdmin = "ReconfigureSecurityAdmin"
DisabledMasterNodeShardAllocation = "DisabledMasterNodeShardAllocation"

HorizontalScaleMasterNode = "HorizontalScaleMasterNode"
HorizontalScaleDataNode = "HorizontalScaleDataNode"
Expand Down

0 comments on commit 6e2c75b

Please sign in to comment.