Skip to content

Commit 91aee6d

Browse files
committed
readme
1 parent 02760ce commit 91aee6d

File tree

3 files changed

+230
-118
lines changed

3 files changed

+230
-118
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ if (result.items && result.items.length) {
162162
}
163163
```
164164

165+
## Development
166+
167+
Start the Kubernetes API proxy to allow local access:
168+
169+
```bash
170+
kubectl proxy --port=8001 --accept-hosts='^.*$' --address='0.0.0.0'
171+
```
172+
165173
## Related
166174

167175
Checkout these related projects:

packages/kubernetesjs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ if (result.items && result.items.length) {
162162
}
163163
```
164164

165+
## Development
166+
167+
Start the Kubernetes API proxy to allow local access:
168+
169+
```bash
170+
kubectl proxy --port=8001 --accept-hosts='^.*$' --address='0.0.0.0'
171+
```
172+
165173
## Related
166174

167175
Checkout these related projects:

0 commit comments

Comments
 (0)