Skip to content

Commit 3028dc5

Browse files
authored
Release/v1.1.8 (#50)
* Fixing get services external ips and port * Update feature get endpoint & services * Update changelogs * Update README
1 parent b697e61 commit 3028dc5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)