From 9a940096c97c9e568237fcd8496f24a160a41aaf Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sat, 12 Jun 2021 19:38:52 +0200 Subject: [PATCH] docs: fixing links --- docs/operator/use-cases/pod-priority-class.md | 4 ++++ docs/operator/use-cases/resources-quota-limits.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/operator/use-cases/pod-priority-class.md b/docs/operator/use-cases/pod-priority-class.md index 3bdb7372..308cd6ce 100644 --- a/docs/operator/use-cases/pod-priority-class.md +++ b/docs/operator/use-cases/pod-priority-class.md @@ -31,3 +31,7 @@ With the said Tenant specification Alice can create Pod resource if `spec.priori - `tier-gold`, `tier-silver`, or `tier-bronze`, since these compile the regex declared in the annotation `priorityclass.capsule.clastix.io/allowed-regex` If a Pod is going to use a non-allowed _Priority Class_, it will be rejected by the Validation Webhook enforcing it. + +# What’s next + +See how Bill, the cluster admin, can assign a pool of nodes to Alice's tenant. [Assign a nodes pool](./nodes-pool.md). \ No newline at end of file diff --git a/docs/operator/use-cases/resources-quota-limits.md b/docs/operator/use-cases/resources-quota-limits.md index 6ae91c08..eac1eed6 100644 --- a/docs/operator/use-cases/resources-quota-limits.md +++ b/docs/operator/use-cases/resources-quota-limits.md @@ -210,4 +210,5 @@ no - no RBAC policy matched ``` # What’s next -See how Bill, the cluster admin, can assign a pool of nodes to Alice's tenant. [Assign a nodes pool](./nodes-pool.md). + +See how Bill, the cluster admin, can enforce the PriorityClass of Pods running of Alice's tenant Namespaces. [Enforce Pod Priority Classes](./pod-priority-class.md)