Skip to content

Commit 4caacba

Browse files
author
reylejano-rxm
committed
Update links to k8s control plane and k8s objects on controller page
Fix link to k8s control plane
1 parent 6005510 commit 4caacba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

content/en/docs/concepts/architecture/controller.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ useful changes, it doesn't matter if the overall state is or is not stable.
113113
As a tenet of its design, Kubernetes uses lots of controllers that each manage
114114
a particular aspect of cluster state. Most commonly, a particular control loop
115115
(controller) uses one kind of resource as its desired state, and has a different
116-
kind of resource that it manages to make that desired state happen. For example,
116+
kind of resource that it manages to make that desired state happen. For example,
117117
a controller for Jobs tracks Job objects (to discover new work) and Pod objects
118-
(to run the Jobs, and then to see when the work is finished). In this case
118+
(to run the Jobs, and then to see when the work is finished). In this case
119119
something else creates the Jobs, whereas the Job controller creates Pods.
120120

121121
It's useful to have simple controllers rather than one, monolithic set of control
@@ -154,8 +154,7 @@ controller does.
154154

155155
## {{% heading "whatsnext" %}}
156156

157-
* Read about the [Kubernetes control plane](/docs/concepts/overview/components/)
158-
* Discover some of the basic [Kubernetes objects](/docs/concepts/overview/working-with-objects)
157+
* Read about the [Kubernetes control plane](/docs/concepts/overview/components/#control-plane-components)
158+
* Discover some of the basic [Kubernetes objects](/docs/concepts/overview/working-with-objects/kubernetes-objects/)
159159
* Learn more about the [Kubernetes API](/docs/concepts/overview/kubernetes-api/)
160160
* If you want to write your own controller, see [Extension Patterns](/docs/concepts/extend-kubernetes/extend-cluster/#extension-patterns) in Extending Kubernetes.
161-

0 commit comments

Comments
 (0)