From 96bf00c59b80e0a55718fa864ccae41558544087 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Mon, 16 Jul 2018 13:38:28 -0700 Subject: [PATCH] Switching from `get` to use kubectl api-resources --- slides/kube/kubectlget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/kube/kubectlget.md b/slides/kube/kubectlget.md index f910dfb5..2973ad6b 100644 --- a/slides/kube/kubectlget.md +++ b/slides/kube/kubectlget.md @@ -83,7 +83,7 @@ - `kubectl` has pretty good introspection facilities -- We can list all available resource types by running `kubectl get` +- We can list all available resource types by running `kubectl api-resources` (this used to be `kubectl get`) - We can view details about a resource with: ```bash