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

#297 - Updated outdated convention #298

Closed
wants to merge 1 commit into from
Closed
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
12 changes: 6 additions & 6 deletions site/content/en/docs/Installation/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ kubectl get -n open-match pod
Output:

NAME READY STATUS RESTARTS AGE
om-backend-76d8d76c96-fmhmn 0/1 ContainerCreating 0 3m53s
om-frontend-57fc9f6b66-86hxj 0/1 ContainerCreating 0 3m53s
om-query-799d8549d4-5qpgx 0/1 ContainerCreating 0 3m53s
om-swaggerui-867d79b885-m9q6x 0/1 ContainerCreating 0 3m54s
om-synchronizer-7f48f84dfd-j8swx 0/1 ContainerCreating 0 3m54s
open-match-backend-76d8d76c96-fmhmn 0/1 ContainerCreating 0 3m53s
open-match-frontend-57fc9f6b66-86hxj 0/1 ContainerCreating 0 3m53s
open-match-query-799d8549d4-5qpgx 0/1 ContainerCreating 0 3m53s
open-match-swaggerui-867d79b885-m9q6x 0/1 ContainerCreating 0 3m54s
open-match-synchronizer-7f48f84dfd-j8swx 0/1 ContainerCreating 0 3m54s
```

{{% alert title="Note" color="info" %}}
Open Match needs to be customized to run as a Matchmaker.
This custom configuration is provided to the Open Match components via a ConfigMap
(<code>om-configmap-override</code>).
(<code>open-match-configmap-override</code>).

Thus, starting the core service pods will remain in <code>ContainerCreating</code> until this config map is available.
{{% /alert %}}
Expand Down