Skip to content

Commit

Permalink
this instead of the to make it sound better. (#9629)
Browse files Browse the repository at this point in the history
  • Loading branch information
Suracheth Chawla authored and k8s-ci-robot committed Jul 26, 2018
1 parent 8600631 commit ac493db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -108,4 +108,4 @@ $ kubectl api-resources --namespaced=true
$ kubectl api-resources --namespaced=false
```

{{% /capture %}}
{{% /capture %}}

0 comments on commit ac493db

Please sign in to comment.