Skip to content

Commit

Permalink
docs: example resources for CRP eviction, disruption budget (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvindthiru authored Nov 13, 2024
1 parent 6202f38 commit e7ebd08
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/test-crp-disruptionbudget.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: placement.kubernetes-fleet.io/v1alpha1
kind: ClusterResourcePlacementDisruptionBudget
metadata:
name: test-crp-disruption-budget
spec:
maxUnavailable: 1
7 changes: 7 additions & 0 deletions examples/test-crp-eviction.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: placement.kubernetes-fleet.io/v1alpha1
kind: ClusterResourcePlacementEviction
metadata:
name: test-crp-eviction
spec:
placementName: test-crp
clusterName: cluster-1

0 comments on commit e7ebd08

Please sign in to comment.