Adding what's next section to namespace concepts (#15017)

* Adding what's new section to namespace concepts

To learn more about namespaces and give better navigation this section is added.

* Update namespaces.md
pull/15036/head
Rajesh Deshpande 2019-06-20 22:34:48 +05:30 committed by Kubernetes Prow Robot
parent b927fd4fb0
commit aba753c189
1 changed files with 7 additions and 0 deletions

View File

@ -112,3 +112,10 @@ kubectl api-resources --namespaced=false
```
{{% /capture %}}
{{% capture whatsnext %}}
* Learn more about [creating a new namespace](/docs/tasks/administer-cluster/namespaces/#creating-a-new-namespace).
* Learn more about [deleting a namespace](/docs/tasks/administer-cluster/namespaces/#deleting-a-namespace).
{{% /capture %}}