Fix links in what's next section

1. Kubernetes control plane -> /docs/reference/glossary/?all=true#term-control-plane
2. Kubernetes objects -> /docs/concepts/overview/working-with-objects

/docs/reference/glossary/?all=true#term-control-plane should be
replaced into a new page talking about control plane when exists.
This commit is contained in:
Ray 2020-08-05 13:04:16 +08:00
parent 9f9b714b63
commit 0e452fed03
No known key found for this signature in database
GPG Key ID: 3EBF274857A07B25
1 changed files with 2 additions and 2 deletions

View File

@ -154,8 +154,8 @@ controller does.
## {{% heading "whatsnext" %}}
* Read about the [Kubernetes control plane](/docs/concepts/#kubernetes-control-plane)
* Discover some of the basic [Kubernetes objects](/docs/concepts/#kubernetes-objects)
* Read about the [Kubernetes control plane](/docs/reference/glossary/?all=true#term-control-plane)
* Discover some of the basic [Kubernetes objects](/docs/concepts/overview/working-with-objects)
* Learn more about the [Kubernetes API](/docs/concepts/overview/kubernetes-api/)
* If you want to write your own controller, see [Extension Patterns](/docs/concepts/extend-kubernetes/extend-cluster/#extension-patterns) in Extending Kubernetes.