Skip to content

Commit

Permalink
Text corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
usarid committed Sep 10, 2023
1 parent ad87bbc commit ffafdef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/_common/install-otterize-istio-enabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

:::note This example disable network policy enforcement.

This chart is a bundle of the Otterize intents operator, Otterize credentials operator, Otterize network mapper.
This chart is a bundle of the Otterize intents operator, the Otterize credentials operator, and the Otterize network mapper.
Initial deployment may take a couple of minutes.
You can add the `--wait` flag for Helm to wait for deployment to complete and all pods to be Ready, or manually watch for all pods to be `Ready` using `kubectl get pods -n otterize-system -w`.
You can add the `--wait` flag for Helm to wait for deployment to complete and all pods to be `Ready`, or manually watch for all pods to be `Ready` using `kubectl get pods -n otterize-system -w`.

After all the pods are ready you should see the following (or similar) in your terminal when you run `kubectl get pods -n otterize-system`:

Expand Down
4 changes: 2 additions & 2 deletions docs/_common/install-otterize-istio-watcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ You'll need [Helm](https://helm.sh/docs/intro/install/) installed on your machin
helm install otterize otterize/otterize-kubernetes -n otterize-system --create-namespace --set networkMapper.istiowatcher.enable=true
```

This chart is a bundle of the Otterize intents operator, Otterize credentials operator, Otterize network mapper with the Istio watcher component enabled.
This chart is a bundle of the Otterize intents operator, the Otterize credentials operator, and the Otterize network mapper with the Istio watcher component enabled.
Initial deployment may take a couple of minutes.
You can add the `--wait` flag for Helm to wait for deployment to complete and all pods to be Ready, or manually watch for all pods to be `Ready` using `kubectl get pods -n otterize-system -w`.
You can add the `--wait` flag for Helm to wait for deployment to complete and all pods to be `Ready`, or manually watch for all pods to be `Ready` using `kubectl get pods -n otterize-system -w`.

After all the pods are ready you should see the following (or similar) in your terminal when you run `kubectl get pods -n otterize-system`:

Expand Down

0 comments on commit ffafdef

Please sign in to comment.