mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-24 18:48:18 +00:00
7 lines
103 B
Text
7 lines
103 B
Text
% kubernetes, k8s
|
|
|
|
# Edit deployment
|
|
kubectl edit deployment <deployment>
|
|
|
|
# Get pods
|
|
kubectl get pods
|