6 lines
142 B
Bash
Executable file
6 lines
142 B
Bash
Executable file
rm openapi.spec &> /dev/null
|
|
curl -q localhost:8080/openapi/v2 > openapi.spec
|
|
echo
|
|
echo start kube-proxy now:
|
|
echo kubectl proxy --port=8080
|
|
|