Skip to content

Commit 27ea28d

Browse files
authored
Merge pull request #48094 from mrgiles/47402_standalone_kubelet_tutorial
Add Tutorial Running Kubelet in Standalone Mode
2 parents 5cc2a00 + f9851cd commit 27ea28d

File tree

3 files changed

+528
-0
lines changed

3 files changed

+528
-0
lines changed

content/en/docs/tutorials/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ Before walking through each tutorial, you may want to bookmark the
5555
* [Apply Pod Security Standards at Namespace level](/docs/tutorials/security/ns-level-pss/)
5656
* [Restrict a Container's Access to Resources with AppArmor](/docs/tutorials/security/apparmor/)
5757
* [Seccomp](/docs/tutorials/security/seccomp/)
58+
59+
## Cluster Management
60+
61+
* [Running Kubelet in Standalone Mode](/docs/tutorials/cluster-management/kubelet-standalone/)
62+
5863
## {{% heading "whatsnext" %}}
5964

6065
If you would like to write a tutorial, see
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "Cluster Management"
3+
weight: 60
4+
---

0 commit comments

Comments
 (0)