Skip to content

Commit c87c4b8

Browse files
committed
Add Tutorial Running Kubelet in Standalone Mode
Add lessoncontent tag Add changes requested in comments/feedback Add svcs checks and cleanup details. Fix typos Simplify curl test commands Revert curl test commands syntax change. Fix kubelet api addr Minor edits, fixes Remove list items, minor fixes Add changes requested in feedback. Add arm64 arch urls and commands Add changes requested in feedback. Add sudo to commands Move kubelet-standalone to new cluster-management section Add changes requested in feedback. Minor fixes Switch pod ip addr to localhost Add swap section and fix systemctl daemon-reload Add swap note and fix paragraph Substitute containerd with crio. Modify instructions Add changes requested in feedback/comments. Other minor fixes Add security warnings to kubelet config file Add changes requested in feedback/comments Add more changes requested in feedback/comments Fix kubelet api port Replace containerd.service -> crio.service Add suggested changes in feedback and minor fixes Add set up cri-o title header
1 parent 32ca284 commit c87c4b8

File tree

3 files changed

+521
-0
lines changed

3 files changed

+521
-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)