Skip to content

Commit

Permalink
getting-started: fix swagger port
Browse files Browse the repository at this point in the history
Swagger is actually started at port 8183 (as seen in
cmd/virt-api/virt-api.go), not 8184 as the documentation mentions.
  • Loading branch information
mpolednik committed May 31, 2017
1 parent 5d395f5 commit 03a5f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,5 @@ Since `kubectl` does not support TPR subresources yet, the above `cluster/kubect
## API Documentation
The combined swagger documentation of Kubernetes and KubeVirt can be accessed under [/swaggerapi](http://192.168.200.2:8184/swaggerapi).
There is also an embedded swagger-ui instance running inside the cluster. It can be accessed via [/swagger-ui](http://192.168.200.2:8184/swaggerapi).
The combined swagger documentation of Kubernetes and KubeVirt can be accessed under [/swaggerapi](http://192.168.200.2:8183/swaggerapi).
There is also an embedded swagger-ui instance running inside the cluster. It can be accessed via [/swagger-ui](http://192.168.200.2:8183/swaggerapi).

0 comments on commit 03a5f3d

Please sign in to comment.