-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arvind Thirumurugan
committed
Jan 8, 2025
1 parent
afe815b
commit b630d54
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# How-to Guide: To evict resources from member clusters using ClusterResourcePlacementEviction and protect resources on member clusters from voluntary disruption using ClusterResourcePlacementDisruptionBudget | ||
|
||
This how-to guide discusses how to create ClusterResourcePlacementEviction objects and ClusterResourcePlacementDisruptionBudget objects to evict resources from member clusters and protect resources on member clusters from voluntary disruption, respectively. | ||
|
||
## Evicting Resources from Member Clusters using ClusterResourcePlacementEviction | ||
|
||
The ClusterResourcePlacementEviction object is used to remove resources from a member cluster once the resources have already been propagated from the hub cluster. | ||
|
||
To successfully evict resources from a cluster, the user needs to specify: | ||
- The name of the ClusterResourcePlacement object which propagated resources to the target cluster | ||
- The name of the target cluster from which we need to evict resources. | ||
|
||
In this example, we will create try to evict resources from a member cluster using a ClusterResourcePlacementEviction object. | ||
|
||
|