File tree Expand file tree Collapse file tree 3 files changed +230
-118
lines changed
Expand file tree Collapse file tree 3 files changed +230
-118
lines changed Original file line number Diff line number Diff 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
167175Checkout these related projects:
Original file line number Diff line number Diff 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
167175Checkout these related projects:
You can’t perform that action at this time.
0 commit comments