Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Mar 14, 2024
1 parent cda4860 commit 54d7b16
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Run the following command to create your AWS cluster. [Don't have eksctl? Instal
curl ${ABSOLUTE_URL}/code-examples/aws-eks-mini/cluster-config.yaml | eksctl create cluster -f -
```
<details>
<summary>Inspect eks-cluster.yaml contents</summary>
<summary>Inspect eks-cluster.yaml contents</summary>

```yaml
{@include: ../../../../static/code-examples/aws-eks-mini/cluster-config}
```
```yaml
{@include: ../../../../static/code-examples/aws-eks-mini/cluster-config.yaml}
```
</details>

Once your AWS EKS has finished deploying the control pane and node group, the next step is deploying Otterize as well as a couple of clients and a server to see how they are affected by network policies.
Expand Down

0 comments on commit 54d7b16

Please sign in to comment.