Skip to content

Commit 6bcf58b

Browse files
Update openobserve-enterprise-edition-installation-guide.md
1 parent 11d97e0 commit 6bcf58b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/openobserve-enterprise-edition-installation-guide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,9 @@ Follow these steps to install OpenObserve Enterprise Edition:
159159
```
160160
helm --namespace openobserve -f values.yaml install o2 openobserve/openobserve
161161
```
162+
After installation, the output displays a `kubectl port-forward` command. Run that command and then open `http://localhost:<port>` in your browser, replacing `<port>` with the actual port number shown.
162163

163-
After installation, the output displays a `kubectl port-forward` command. Run that command and then open `http://localhost:<port>` in your browser, replacing `<port>` with the actual port number shown.
164-
165-
OpenObserve is now running in your Kubernetes cluster. Log in using the root user credentials configured in Step 5 to start using OpenObserve.
164+
OpenObserve is now running in your Kubernetes cluster. Log in using the root user credentials configured in Step 5 to start using OpenObserve.
166165

167166
!!! info "Note"
168167
OpenObserve also provides an Infrastructure as Code (IAC) workflow using [Terraform](https://www.terraform.io/downloads.html) or [OpenTofu](https://opentofu.org/docs/intro/install/). This streamlines the deployment of Amazon Elastic Kubernetes Service (EKS) and OpenObserve in HA mode. It enables teams to quickly provision and manage OpenObserve infrastructure in Amazon EKS using prebuilt, flexible modules. To explore this option, visit the [openobserve-eks-iac repository](https://github.com/openobserve/openobserve-eks-iac).

0 commit comments

Comments
 (0)