Skip to content

Commit 6005510

Browse files
authored
Merge pull request #22968 from blueabysm/fix-links-which-pointed-to-unavailable-location
Fix links which pointed to unavailable location
2 parents 3052197 + 477445e commit 6005510

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/en/blog/_posts/2018-12-04-kubeadm-ga-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To keep kubeadm lean, focused, and vendor/infrastructure agnostic, the following
2323
- Non-critical add-ons, e.g. for monitoring, logging, and visualization
2424
- Specific cloud provider integrations
2525

26-
Infrastructure provisioning, for example, is left to other SIG Cluster Lifecycle projects, such as the [Cluster API](https://github.com/kubernetes-sigs/cluster-api). Instead, kubeadm covers only the common denominator in every Kubernetes cluster: the [control plane](/docs/concepts/#kubernetes-control-plane). The user may install their preferred networking solution and other add-ons on top of Kubernetes *after* cluster creation.
26+
Infrastructure provisioning, for example, is left to other SIG Cluster Lifecycle projects, such as the [Cluster API](https://github.com/kubernetes-sigs/cluster-api). Instead, kubeadm covers only the common denominator in every Kubernetes cluster: the [control plane](/docs/concepts/overview/components/#control-plane-components). The user may install their preferred networking solution and other add-ons on top of Kubernetes *after* cluster creation.
2727

2828
### What kubeadm's GA release means
2929

content/en/blog/_posts/2019-06-24-kubeadm-ha-v115.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Those tasks are addressed by other SIG Cluster Lifecycle projects, such as the
4343
[Cluster API](https://github.com/kubernetes-sigs/cluster-api) for infrastructure provisioning and management.
4444

4545
Instead, kubeadm covers only the common denominator in every Kubernetes cluster: the
46-
[control plane](https://kubernetes.io/docs/concepts/#kubernetes-control-plane).
46+
[control plane](/docs/concepts/overview/components/#control-plane-components).
4747

4848
![Cluster Lifecycle Layers](/images/blog/2019-06-24-kubeadm-ha-v115/overview.png)
4949

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ controller does.
154154

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

157-
* Read about the [Kubernetes control plane](/docs/concepts/#kubernetes-control-plane)
158-
* Discover some of the basic [Kubernetes objects](/docs/concepts/#kubernetes-objects)
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)
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.
161161

content/en/docs/concepts/extend-kubernetes/operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 30
99
Operators are software extensions to Kubernetes that make use of
1010
[custom resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
1111
to manage applications and their components. Operators follow
12-
Kubernetes principles, notably the [control loop](/docs/concepts/#kubernetes-control-plane).
12+
Kubernetes principles, notably the [control loop](/docs/concepts/architecture/controller).
1313

1414
<!-- body -->
1515

0 commit comments

Comments
 (0)