Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to SPIRE where no longer relevant #137

Merged
merged 5 commits into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
usarid marked this conversation as resolved.
Show resolved Hide resolved

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.
usarid marked this conversation as resolved.
Show resolved Hide resolved

So either forego browser visualization and:

Expand Down
Loading