Skip to content

Commit

Permalink
Merge pull request #143 from royingantaginting/patch-1
Browse files Browse the repository at this point in the history
Update create_gameserver.md
  • Loading branch information
markmandel authored Mar 15, 2018
2 parents 5cd796c + 80faa4a commit af0eae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/create_gameserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For the purpose of this guide we're going to use the [simple-udp](../examples/si
Let's create a GameServer using the following command :

```
kubectl apply -f https://github.com/googlecloudplatform/agones/blob/master/examples/simple-udp/server/gameserver.yaml
kubectl apply -f https://raw.githubusercontent.com/GoogleCloudPlatform/agones/master/examples/simple-udp/server/gameserver.yaml
```

You should see a successful ouput similar to this :
Expand Down Expand Up @@ -149,4 +149,4 @@ If you run `kubectl describe gameserver` again - either the GameServer will be g

## Next Step

If you want to use your own GameServer container make sure you have properly integrated the [Agones SDK](../sdks/).
If you want to use your own GameServer container make sure you have properly integrated the [Agones SDK](../sdks/).

0 comments on commit af0eae7

Please sign in to comment.