Skip to content

Commit

Permalink
Copy/paste fix
Browse files Browse the repository at this point in the history
Looks like an issue when pasting this command from the command line; had a repeated part of the command which was causing it to fail.
  • Loading branch information
joeholley authored and markmandel committed Dec 19, 2018
1 parent 4a936cf commit d4b1d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/create_fleet.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Since we've only got one allocation, we'll just grab the details of the IP and p
only allocated `GameServer`:

```
kubectl get $(kubectl get fleetallocation -o name) -o jsonpath='{.status.GameServer.staatus.GameServer.status.ports[0].port}'
kubectl get $(kubectl get fleetallocation -o name) -o jsonpath='{.status.gameServer.status.ports[0].port}'
```

This should output your Game Server IP address and port. (eg `10.130.65.208:7936`)
Expand Down

0 comments on commit d4b1d10

Please sign in to comment.