Skip to content

Commit

Permalink
Fix port forwarding documentation for logging (kyma-project#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r authored and santiago-ventura committed Dec 11, 2018
1 parent 1e4a0f7 commit 5d48138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/logging/docs/010-details-access-oklog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To access the OK Log UI, follow these steps:
1. Run the following command to configure port forwarding:

```
kubectl port-forward -n kyma-system svc/core-logging-oklog 7650:7650
kubectl port-forward -n kyma-system svc/logging-oklog 7650:7650
```

2. Access the OK Log UI at `http://localhost:7650/ui`.
Expand Down

0 comments on commit 5d48138

Please sign in to comment.