From c1327715d0f98ae18856afed882482766167b133 Mon Sep 17 00:00:00 2001 From: giri <32255588+gprasath@users.noreply.github.com> Date: Thu, 9 Jan 2020 22:55:46 +0530 Subject: [PATCH] Update namespaces.md (#18373) --- content/en/docs/tasks/administer-cluster/namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/namespaces.md b/content/en/docs/tasks/administer-cluster/namespaces.md index 8074120e0c..ef12b24c98 100644 --- a/content/en/docs/tasks/administer-cluster/namespaces.md +++ b/content/en/docs/tasks/administer-cluster/namespaces.md @@ -128,7 +128,7 @@ This delete is asynchronous, so for a time you will see the namespace in the `Te By default, a Kubernetes cluster will instantiate a default namespace when provisioning the cluster to hold the default set of Pods, Services, and Deployments used by the cluster. - Assuming you have a fresh cluster, you can introspect the available namespace's by doing the following: + Assuming you have a fresh cluster, you can introspect the available namespaces by doing the following: ```shell kubectl get namespaces