diff --git a/modules/distr-tracing-tempo-install-cli.adoc b/modules/distr-tracing-tempo-install-cli.adoc index ab56c4640a9b..b5420c7b0a9e 100644 --- a/modules/distr-tracing-tempo-install-cli.adoc +++ b/modules/distr-tracing-tempo-install-cli.adoc @@ -86,54 +86,54 @@ EOF $ oc get csv -n openshift-tempo-operator ---- -. Create a secret for your object storage bucket by running one of the following commands: +. Create a project of your choice for the *TempoStack* instance that you will create in a subsequent step: -** To create a secret from a YAML file: +** To create a project from standard input without metadata: + [source,terminal] ---- -$ oc apply -f .yaml +$ oc new-project ---- -** To create a secret from standard input: +** To create a project from standard input with metadata: + [source,terminal] ---- $ oc apply -f - << EOF - +apiVersion: project.openshift.io/v1 +kind: Project +metadata: + name: EOF ---- -+ --- -include::snippets/distr-tracing-tempo-required-secret-parameters.adoc[] --- -+ --- -include::snippets/distr-tracing-tempo-secret-example.adoc[] --- -. Create a project of your choice for the *TempoStack* instance that you will create in the next step: +. In the project that you created for the *TempoStack* instance, create a secret for your object storage bucket by running one of the following commands: -** To create a project from standard input without metadata: +** To create a secret from a YAML file: + [source,terminal] ---- -$ oc new-project +$ oc apply -f .yaml ---- -** To create a project from standard input with metadata: +** To create a secret from standard input: + [source,terminal] ---- $ oc apply -f - << EOF -apiVersion: project.openshift.io/v1 -kind: Project -metadata: - name: + EOF ---- ++ +-- +include::snippets/distr-tracing-tempo-required-secret-parameters.adoc[] +-- ++ +-- +include::snippets/distr-tracing-tempo-secret-example.adoc[] +-- -. Create a *TempoStack* instance in the project that you created for the *TempoStack* instance in the previous step. +. Create a *TempoStack* instance in the project that you created for the *TempoStack* instance. + NOTE: You can create multiple *TempoStack* instances in separate projects on the same cluster. + diff --git a/modules/distr-tracing-tempo-install-web-console.adoc b/modules/distr-tracing-tempo-install-web-console.adoc index ff25e2dea6ef..5cf562c67ed6 100644 --- a/modules/distr-tracing-tempo-install-web-console.adoc +++ b/modules/distr-tracing-tempo-install-web-console.adoc @@ -36,7 +36,9 @@ This installs the Operator with the default presets: .. In the *Details* tab of the page of the installed Operator, under *ClusterServiceVersion details*, verify that the installation *Status* is *Succeeded*. -. Create a secret for your object storage bucket: go to *Workloads* -> *Secrets* -> *Create* -> *From YAML*. +. Create a project of your choice for the *TempoStack* instance that you will create in a subsequent step: go to *Home* -> *Projects* -> *Create Project*. + +. In the project that you created for the *TempoStack* instance, create a secret for your object storage bucket: go to *Workloads* -> *Secrets* -> *Create* -> *From YAML*. + -- include::snippets/distr-tracing-tempo-required-secret-parameters.adoc[] @@ -46,8 +48,6 @@ include::snippets/distr-tracing-tempo-required-secret-parameters.adoc[] include::snippets/distr-tracing-tempo-secret-example.adoc[] -- -. Create a project of your choice for the *TempoStack* instance that you will create in the next step: go to *Home* -> *Projects* -> *Create Project*. - . Create a *TempoStack* instance. + NOTE: You can create multiple *TempoStack* instances in separate projects on the same cluster.