Skip to content

Commit

Permalink
fix heading and command
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric977 committed Dec 20, 2024
1 parent 0352604 commit 3941bf9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/02-quick-start/01-installation/02-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To deploy it to minikube, use the minikube configuration set:

``` bash
cd kubernetes/examples/minikube
kubectl apply -f .
kubectl apply -k .
```

And you can check the results with
Expand Down Expand Up @@ -88,16 +88,17 @@ To deploy to a hosted cluster use the Ozone subdirectory:

``` bash
cd kubernetes/examples/ozone
kubectl apply -f .
kubectl apply -k .
```

And you can check the results with

``` bash
kubectl get pod
Access the services
```

### Access the services

Now you can access any of the services. By default the services are not published but you can access them with port-forward rules.

``` bash
Expand Down

0 comments on commit 3941bf9

Please sign in to comment.