From 8ba5d6d736b888cff2af25b154b8a848d5ffda80 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Mon, 16 Jul 2018 13:32:53 -0700 Subject: [PATCH] This info isn't shown anymore by kubectl get --- slides/kube/concepts-k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/kube/concepts-k8s.md b/slides/kube/concepts-k8s.md index bcc9ffb3..95a2b7d4 100644 --- a/slides/kube/concepts-k8s.md +++ b/slides/kube/concepts-k8s.md @@ -239,7 +239,7 @@ Yes! - namespace (more-or-less isolated group of things) - secret (bundle of sensitive data to be passed to a container) - And much more! (We can see the full list by running `kubectl get`) + And much more! (We can see the full list by running `kubectl api-resources`) ---