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:
parent
9f9b714b63
commit
0e452fed03
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue