From ac493dba99d7130af5c6096ed2de1a7c5d42c1a5 Mon Sep 17 00:00:00 2001 From: Suracheth Chawla Date: Thu, 26 Jul 2018 09:52:56 +0700 Subject: [PATCH] `this` instead of `the` to make it sound better. (#9629) --- .../docs/concepts/overview/working-with-objects/namespaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/overview/working-with-objects/namespaces.md b/content/en/docs/concepts/overview/working-with-objects/namespaces.md index cb74056327..86ac5c3573 100644 --- a/content/en/docs/concepts/overview/working-with-objects/namespaces.md +++ b/content/en/docs/concepts/overview/working-with-objects/namespaces.md @@ -58,7 +58,7 @@ Kubernetes starts with three initial namespaces: * `default` The default namespace for objects with no other namespace * `kube-system` The namespace for objects created by the Kubernetes system - * `kube-public` The namespace is created automatically and readable by all users (including those not authenticated). This namespace is mostly reserved for cluster usage, in case that some resources should be visible and readable publicly throughout the whole cluster. The public aspect of this namespace is only a convention, not a requirement. + * `kube-public` This namespace is created automatically and is readable by all users (including those not authenticated). This namespace is mostly reserved for cluster usage, in case that some resources should be visible and readable publicly throughout the whole cluster. The public aspect of this namespace is only a convention, not a requirement. ### Setting the namespace for a request @@ -108,4 +108,4 @@ $ kubectl api-resources --namespaced=true $ kubectl api-resources --namespaced=false ``` -{{% /capture %}} \ No newline at end of file +{{% /capture %}}