From f5d523d3c8bf0019bb89093a293dde5f1a55a903 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Sat, 20 Apr 2019 15:54:21 -0500 Subject: [PATCH] Update cluster-sizing.md Suggested clarification and link --- slides/k8s/cluster-sizing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/cluster-sizing.md b/slides/k8s/cluster-sizing.md index d2263cfd..b5b11e56 100644 --- a/slides/k8s/cluster-sizing.md +++ b/slides/k8s/cluster-sizing.md @@ -52,7 +52,7 @@ ## Which pods get evicted? -- kubelet looks at the pods QoS and PriorityClass +- kubelet looks at the pods' QoS and PriorityClass - First, pods with BestEffort QoS are considered @@ -154,7 +154,7 @@ class: extra-details - "Running Kubernetes without nodes" -- Systems like Virtual Kubelet or Kiyot can run pods using on-demand resources +- Systems like [Virtual Kubelet](https://virtual-kubelet.io/) or Kiyot can run pods using on-demand resources - Virtual Kubelet can leverage e.g. ACI or Fargate to run pods