Skip to content

Commit

Permalink
Clarify the purpose of the elastic-system namespace. (#5312)
Browse files Browse the repository at this point in the history
* Add a note on namespace

* Update quickstart.asciidoc

* Update docs/quickstart.asciidoc

Co-authored-by: Thibault Richard <[email protected]>

* Update quickstart.asciidoc

* Update quickstart.asciidoc

Co-authored-by: Thibault Richard <[email protected]>
  • Loading branch information
alaudazzi and thbkrkr authored Feb 1, 2022
1 parent 88f0e72 commit c5c4ad9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/quickstart.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,20 @@ IMPORTANT: Read the <<{p}-upgrading-eck,upgrade notes>> first if you are attempt
====

. Install link:https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/[custom resource definitions] and the operator with its RBAC rules:
. Install link:https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/[custom resource definitions]:
+
[source,sh,subs="attributes"]
----
kubectl create -f https://download.elastic.co/downloads/eck/{eck_version}/crds.yaml
----

. Install the operator with its RBAC rules:
+
[source,sh,subs="attributes"]
----
kubectl apply -f https://download.elastic.co/downloads/eck/{eck_version}/operator.yaml
----
NOTE: The ECK operator runs by default in the `elastic-system` namespace. It is recommended that you choose a dedicated namespace for your workloads, rather than using the `elastic-system` or the `default` namespace.

. Monitor the operator logs:
+
Expand Down

0 comments on commit c5c4ad9

Please sign in to comment.