kuber doc: configmap

This commit is contained in:
2025-07-09 12:37:15 +03:30
parent 6d0e75ad85
commit fe2232fdcb
2 changed files with 108 additions and 0 deletions

View File

@@ -115,3 +115,7 @@ This guide provides a concise reference for common `kubectl` commands used to ma
Any YAML files placed in `/etc/kubernetes/manifests/` are automatically loaded when the kubelet starts (for example, after a server reboot).
```bash
kubectl cp -n <ns> <pod-name>:dir/ ./
```