Skip to content

Commit 23d7719

Browse files
committed
Move kubeadm reference, add a navigation link to it and assignees
1 parent 2928804 commit 23d7719

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

_data/guides.yml

+2
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ toc:
252252
path: /docs/admin/
253253
- title: Cluster Management Guide
254254
path: /docs/admin/cluster-management/
255+
- title: kubeadm reference
256+
path: /docs/admin/kubeadm/
255257
- title: Installing Addons
256258
path: /docs/admin/addons/
257259
- title: Sharing a Cluster with Namespaces

docs/user-guide/kubeadm-reference.md renamed to docs/admin/kubeadm.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# kubeadm reference
1+
---
2+
assignees:
3+
- mikedanese
4+
- luxas
5+
- errordeveloper
6+
7+
---
8+
29

310
This document provides information on how to use kubeadm's advanced options.
411

docs/getting-started-guides/kubeadm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ See the [list of add-ons](/docs/admin/addons/) to explore other add-ons, includi
211211

212212
* Learn more about [Kubernetes concepts and kubectl in Kubernetes 101](/docs/user-guide/walkthrough/).
213213
* Install Kubernetes with [a cloud provider configurations](/docs/getting-started-guides/) to add Load Balancer and Persistent Volume support.
214-
* Learn about `kubeadm`'s advanced usage on the [advanced reference doc](/docs/user-guide/kubeadm-reference/)
214+
* Learn about `kubeadm`'s advanced usage on the [advanced reference doc](/docs/admin/kubeadm/)
215215

216216

217217
## Cleanup

0 commit comments

Comments
 (0)