Open
Description
i did
$ ISTIO=$(minikube ip):$(kubectl get svc knative-ingressgateway -n istio-system -o 'jsonpath={.spec.ports[?(@.port==80)].nodePort}')
$ go run ./cmd/kwsk-server/main.go --port 8080 --istio $ISTIO
2018/10/16 23:35:09 Serving kwsk at http://127.0.0.1:8080
Im getting this.
$ wsk action list --insecure
error: Unable to obtain the list of actions for namespace 'default': The connection failed, or timed out. (HTTP status code 401)
Run 'wsk --help' for usage.
Metadata
Assignees
Labels
No labels