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) {
162
162
}
163
163
```
164
164
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
+
165
173
## Related
166
174
167
175
Checkout these related projects:
Original file line number Diff line number Diff line change @@ -162,6 +162,14 @@ if (result.items && result.items.length) {
162
162
}
163
163
```
164
164
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
+
165
173
## Related
166
174
167
175
Checkout these related projects:
You can’t perform that action at this time.
0 commit comments