File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,15 @@ Use "k8s-context [command] --help" for more information about a command.
270270 ./k8s-context get po
271271 ```
272272
273+ - Endpoints
274+ ```
275+ ./k8s-context get endpoints
276+
277+ -- or --
278+
279+ ./k8s-context get ep
280+ ```
281+
273282- Get Resources By Filtering Namespace (Comma-Separated)
274283
275284 - Namespaces
@@ -316,6 +325,15 @@ Use "k8s-context [command] --help" for more information about a command.
316325 ./k8s-context get po --namespace ns1,ns2,ns3 --kubeconfig=$HOME/.kube/config
317326 ```
318327
328+ - Endpoints
329+ ```
330+ ./k8s-context get endpoints -n ns1,ns2,ns3 --kubeconfig=$HOME/.kube/config
331+
332+ -- or --
333+
334+ ./k8s-context get ep -n ns1,ns2,ns3 --kubeconfig=$HOME/.kube/config
335+ ```
336+
319337- Show (Describe) Resources from Nodes, Pods, Logs & Port Forward
320338
321339 - Pods
You can’t perform that action at this time.
0 commit comments