You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
menuItemClm a "Show config""kubectl config view" b "Switch context" switchContext
14
14
menuItemClm c "Switch namespace" switchNamespace d "Add cluster" addCluster
15
15
menuItemClm e "Add users (token)" addUsers f "Add context" addContext
16
16
menuItemClm g "Edit config""vim ~/.kube/config" h "Create namespace" createNamespace
17
-
submenuHead "Pods:"
17
+
submenuHead "Pods"
18
18
menuItemClm j "List pods (ns=current)""kubectl get pods -o wide" k "List pods (all namespaces)""kubectl get pods --all-namespaces -o wide"
19
-
menuItemClm l "Show pod manifest (desired/observed)" showPodManifest m "Describe pod" describePod
19
+
menuItemClm l "Show pod manifest" showPodManifest m "Describe pod" describePod
20
20
menuItemClm n "Get logs" getPodLogs o "Log on to pod" logOnPod
21
21
menuItemClm p "Log on to DB" logOnDb r "Apply pod manifest" applyPodManifest
22
22
menuItem s "Delete pod" deletePod
23
-
submenuHead "Deployments:"
23
+
submenuHead "Deployments"
24
24
menuItemClm v "List deployments (ns=current)""kubectl get deployments -o wide" w "List deployments (all namespaces)""kubectl get deployments --all-namespaces -o wide"
25
-
menuItemClm x "Show deployment manifest (desired/observed)" showDeploymentManifest y "Describe deployment" describeDeployment
25
+
menuItemClm x "Show deployment manifest" showDeploymentManifest y "Describe deployment" describeDeployment
26
26
menuItemClm z "List replicasets (ns=current)""kubectl get rs -o wide" 1 "Describe replica set" describeReplicaset
menuItemClm 8 "Show service manifest" showServiceManifest 9 "Describe service" describeService
33
+
submenuHead "Other stuff"
34
34
menuItemClm I "List images in contexts" listImagesInUse J "Ingress configuration""kubectl get ing -o json | jq -r '.items[].spec.rules[].http.paths[]'"
35
35
menuItemClm K "Describe ingress""kubectl describe ing""L""Edit config map" editConfigMap
0 commit comments