Skip to content

Commit 2dbb736

Browse files
author
Lily He
authored
Update README.md
1 parent 99ab3b2 commit 2dbb736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kubernetes/samples/charts/voyager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ As a demonstration, the following are the detailed steps to install the Voyager
1010
$ helm repo add appscode https://charts.appscode.com/stable/
1111
$ helm repo update
1212
```
13-
Verify the chart repository has been added.
13+
Verify that the chart repository has been added.
1414
```
1515
$ helm search appscode/voyager
1616
NAME CHART VERSION APP VERSION DESCRIPTION
@@ -26,7 +26,7 @@ $ helm install appscode/voyager --name voyager-operator --version 7.4.0 \
2626
--set cloudProvider=baremetal \
2727
--set apiserver.enableValidatingWebhook=false
2828
```
29-
Wait until Voyager Operator is running.
29+
Wait until the Voyager Operator is running.
3030
```
3131
$ kubectl -n voyager get all
3232
NAME READY STATUS RESTARTS AGE
@@ -41,7 +41,7 @@ deployment.apps/voyager-voyager-operator 1 1 1 1
4141
NAME DESIRED CURRENT READY AGE
4242
replicaset.apps/voyager-voyager-operator-77cbfdcb86 1 1 1 46m
4343
```
44-
> NOTE: All the generated Kubernetes resources of Voyager operator have names with pattern 'voyager-<releaseName>XXX'. This is the logic controlled by Voyager Helm chart. In our case we use releaseName 'voyager-operator', so all the generated resources have name like 'voyager-voyager-operatorXXX'.
44+
> **NOTE**: All the generated Kubernetes resources of the Voyager operator have names with the pattern `voyager-<releaseName>XXX`. This logic is controlled by the Voyager Helm chart. In our case, we use `releaseName` `voyager-operator`, so all the generated resources have names like `voyager-voyager-operatorXXX`.
4545
4646
## Optionally, download the Voyager Helm chart
4747
If you want, you can download the Voyager Helm chart and untar it into a local folder:

0 commit comments

Comments
 (0)