Skip to content

Commit

Permalink
Remove references to SPIRE where no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Sep 7, 2023
1 parent 9fcb3f3 commit ad87bbc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions docs/_common/install-otterize-istio-enabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

:::note This example disable network policy enforcement.

This chart is a bundle of the Otterize intents operator, Otterize credentials operator, Otterize network mapper, and SPIRE.
This chart is a bundle of the Otterize intents operator, Otterize credentials operator, 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`.

Expand All @@ -22,7 +22,5 @@ credentials-operator-controller-manager-6c56fcfcfb-vg6m9 2/2 Running 0
intents-operator-controller-manager-65bb6d4b88-bp9pf 2/2 Running 0 9s
otterize-network-mapper-779fffd959-twjqd 1/1 Running 0 9s
otterize-network-sniffer-65mjt 1/1 Running 0 9s
otterize-spire-agent-lcbq2 1/1 Running 0 9s
otterize-spire-server-0 2/2 Running 0 9s
otterize-watcher-b9bf87bcd-276nt 1/1 Running 0 9s
```
4 changes: 1 addition & 3 deletions docs/_common/install-otterize-istio-watcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 componenet enabled, and SPIRE.
This chart is a bundle of the Otterize intents operator, Otterize credentials operator, 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`.

Expand All @@ -19,7 +19,5 @@ intents-operator-controller-manager-65bb6d4b88-bp9pf 2/2 Running 0
otterize-istio-watcher-5c664987d-2mvw9 1/1 Running 0 9s
otterize-network-mapper-779fffd959-twjqd 1/1 Running 0 9s
otterize-network-sniffer-65mjt 1/1 Running 0 9s
otterize-spire-agent-lcbq2 1/1 Running 0 9s
otterize-spire-server-0 2/2 Running 0 9s
otterize-watcher-b9bf87bcd-276nt 1/1 Running 0 9s
```
1 change: 0 additions & 1 deletion docs/quick-tutorials/k8s-istio-authorization-policies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Before you start, you'll need a Kubernetes cluster. Having a cluster with a [CNI

You can now install (or reinstall) Otterize in your cluster, and optionally connect to Otterize Cloud. Connecting to Cloud lets you:
1. See what's happening visually in your browser, through the "access graph";
2. Avoid using SPIRE (which can be installed with Otterize) for issuing certificates, as Otterize Cloud provides a certificate service.

So either forego browser visualization and:

Expand Down
1 change: 0 additions & 1 deletion docs/quick-tutorials/k8s-istio-watcher.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Before you start, you'll need a Kubernetes cluster. Having a cluster with a [CNI

You can now install Otterize in your cluster, and optionally connect to Otterize Cloud. Connecting to Cloud lets you:
1. See what's happening visually in your browser, through the "access graph";
2. Avoid using SPIRE (which can be installed with Otterize) for issuing certificates, as Otterize Cloud provides a certificate service.

So either forego browser visualization and:

Expand Down

0 comments on commit ad87bbc

Please sign in to comment.