Skip to content

Commit

Permalink
Fix automatic merge from github.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyriltovena committed Dec 14, 2019
1 parent d26abb2 commit 3d31a4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions site/content/en/docs/Installation/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ _We recommend to install Agones in its own namespaces (like `agones-system` as s
you can use the helm `--namespace` parameter to specify a different namespace._

When running in production, Agones should be scheduled on a dedicated pool of nodes, distinct from where Game Servers are scheduled for better isolation and resiliency. By default Agones prefers to be scheduled on nodes labeled with `agones.dev/agones-system=true` and tolerates node taint `agones.dev/agones-system=true:NoExecute`. If no dedicated nodes are available, Agones will
<<<<<<< HEAD
run on regular nodes, but that's not recommended for production use. For instructions on setting up a dedicated node
=======
run on regular nodes, but that's not recommended for production use. For instructions on setting up a decidated node
>>>>>>> Review feedback.
pool for Agones, see the [Agones installation instructions]({{< relref "../_index.md" >}}) for your preferred environment.

The command deploys Agones on the Kubernetes cluster with the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down

0 comments on commit 3d31a4a

Please sign in to comment.