Skip to content

Commit

Permalink
link updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
bglynn committed Jan 30, 2024
1 parent ed435f9 commit e7ccbc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/features/networking/tutorials/aws-eks-cni-mini.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This tutorial will walk you through deploying an AWS EKS cluster with the AWS VP
## Prerequisites

- An EKS cluster with the AWS VPC CNI add-on installed and with the new built-in network policy support enabled. See [Installing the AWS VPC CNI add-on](https://docs.aws.amazon.com/eks/latest/userguide/pod-networking.html) for more information, or follow the instructions below.
- The [Otterize CLI](/installation#install-the-otterize-cli).
- The [Otterize CLI](/overview/installation#install-the-otterize-cli).
- The [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html).
- The [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) command-line tool.

Expand Down
6 changes: 3 additions & 3 deletions docs/reference/cli/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ title: CLI
---

The Otterize command line interface (CLI) offers the following capabilities:
- [Interact with](#network-mapper) the [Otterize network mapper](/quickstart/visualization/k8s-network-mapper) running in a Kubernetes cluster.
- [Interact with](#network-mapper) the [Otterize network mapper](/features/networking/tutorials/k8s-network-mapper) running in a Kubernetes cluster.
- [Transform](#otterize-intents-convert--f-path) [intents files](/reference/intents-and-intents-files/#intents-file-formats) from plain YAML format to Kubernetes custom resource YAML format.
- Interact with the Otterize Cloud, through its REST API.

This CLI is open-source software. To see its source or build it yourself,
see [https://github.com/otterize/otterize-cli](https://github.com/otterize/otterize-cli).

The CLI is available as an installable binary as documented in this [guide](/installation#install-the-otterize-cli).
The CLI is available as an installable binary as documented in this [guide](/overview/installation#install-the-otterize-cli).

The following are the commands offered by the Otterize CLI.

Expand All @@ -38,7 +38,7 @@ To **disable** sending usage information:

If the `telemetry` flag is omitted or set to `true`, telemetry will be enabled: usage information will be reported.

For more information see the [Usage telemetry Documentation](/otterize-oss/usage-telemetry)
For more information see the [Usage telemetry Documentation](/overview/otterize-oss/usage-telemetry)


## Global options
Expand Down

0 comments on commit e7ccbc8

Please sign in to comment.