Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo #3658

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/content/en/docs/Advanced/out-of-cluster-dev-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Here is a sample command to run the SDK Server, with each argument discussed aft
* It is set to the name of the dev `GameServer` k8s resource.
* It tells the SDK Sever which resource to read/write to on the k8s cluster.
* This example value of `my-local-server` matches to the instructions for setting up a [Local Game Server]({{< ref "/docs/Guides/local-game-server.md" >}}).
* `--pod-namespacee` is a necessary arg, passed instead of the `POD_NAMESPACE` enviroment variable.
* `--pod-namespace` is a necessary arg, passed instead of the `POD_NAMESPACE` enviroment variable.
* It is set set to the namespace which the dev `GameServer` resides in.
* It tells the SDK Sever which namespace to look under for the `GameServer` to read/write to on the k8s cluster.
* This example value of `default` is used as most instructions in this documentation assumes `GameServers` to be created in the `default` namespace.
Expand Down
Loading