From aba753c18998bd86b2aa433d86e70ba034476d00 Mon Sep 17 00:00:00 2001 From: Rajesh Deshpande Date: Thu, 20 Jun 2019 22:34:48 +0530 Subject: [PATCH] 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 --- .../concepts/overview/working-with-objects/namespaces.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 a91bf03168..a6accb8696 100644 --- a/content/en/docs/concepts/overview/working-with-objects/namespaces.md +++ b/content/en/docs/concepts/overview/working-with-objects/namespaces.md @@ -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 %}} +