From 84710d1308edc37fc07785dae2245347702a88ee Mon Sep 17 00:00:00 2001 From: SneakyFish5 <32284796+SneakyFish5@users.noreply.github.com> Date: Thu, 9 Aug 2018 11:48:18 -0500 Subject: [PATCH] fix: use pod instead of node Kubernetes-commit: 195547f872c288f5b81e436be6bd1f0feade5315 --- examples/out-of-cluster-client-configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/out-of-cluster-client-configuration/README.md b/examples/out-of-cluster-client-configuration/README.md index 80da4a16..c2bccfb6 100644 --- a/examples/out-of-cluster-client-configuration/README.md +++ b/examples/out-of-cluster-client-configuration/README.md @@ -20,7 +20,7 @@ Run this application with: ./app Running this application will use the kubeconfig file and then authenticate to the -cluster, and print the number of nodes in the cluster every 10 seconds: +cluster, and print the number of pods in the cluster every 10 seconds: $ ./app There are 3 pods in the cluster