Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/howtos/eviction-placement-disruption-budget.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ spec:
resourceSelectors:
- group: ""
kind: Namespace
version: v1
version: v1
name: test-ns
policy:
placementType: PickAll
placementType: PickN
numberOfClusters: 1
```

The `CRP` status after applying should look something like this:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does the crp example on line 41 and below have GEN 2?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the GEN is 2 "magically" for a pickN CRP. Need to investigate more on it.

Expand Down