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.mdpull/15036/head
parent
b927fd4fb0
commit
aba753c189
|
@ -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 %}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue