From a77fe701b74aef9ac93cc9f103e2e96cc05b5722 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 9 Jul 2019 11:29:09 -0500 Subject: [PATCH] Clarifying wording about installed tools --- slides/k8s/setup-managed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/setup-managed.md b/slides/k8s/setup-managed.md index 8bf44487..839a134f 100644 --- a/slides/k8s/setup-managed.md +++ b/slides/k8s/setup-managed.md @@ -168,7 +168,7 @@ with a cloud provider az aks get-credentials --resource-group my-aks-group --name my-aks-cluster ``` -- The cluster has a lot of goodies pre-installed +- The cluster has useful tools pre-installed, such as the metrics server --- @@ -224,7 +224,7 @@ with a cloud provider kubectl config use-context do-xxx1-my-do-cluster ``` -- The cluster comes with some goodies (like Cilium) but no metrics server +- The cluster comes with some tools (like Cilium) but no metrics server ---