PovilasV1 opened a new pull request, #17538:
URL: https://github.com/apache/pinot/pull/17538

   # Add PodDisruptionBudget support for Minion components
   
   ## Summary
   Adds PDB configuration support for `minion` and `minionStateless` components 
to match existing controller/broker/server functionality.
   
   ## Changes
   - Added `pdb` section to `minion` in `values.yaml`
   - Added `pdb` section to `minionStateless` in `values.yaml`
   - Disabled by default for backward compatibility
   
   ## Use Case
   Ensures minimum minion availability during voluntary disruptions, especially 
useful when running on spot/preemptible VMs.
   
   ```yaml
   minionStateless:
     pdb:
       enabled: true
       minAvailable: 2
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to