Skip to content

Commit

Permalink
CR Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBollag committed May 17, 2023
1 parent 4e2c6aa commit 1898137
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 99 deletions.
95 changes: 0 additions & 95 deletions docs/_common/cluster-setup-for-visual-tutorials.md

This file was deleted.

3 changes: 2 additions & 1 deletion docs/_common/cluster-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ If you don't have the Minikube CLI, first [install it](https://minikube.sigs.k8s
Then start your Minikube cluster with Calico, in order to enforce network policies.

```bash
minikube start --cni=calico
minikube start --cpus=4 --memory 8192 --disk-size 32g --cni=calico
```
The increased CPU, memory and disk resource allocations are required to be able to deploy the ecommerce app used in the visual tutorials successfully.

</TabItem>
<TabItem value="gke" label="Google GKE">
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-visual-tutorials/visual-ibac-kafka-k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Before you start, you'll need a Kubernetes cluster.
You won't actually need [network policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) in this tutorial,
so you can follow the steps below while skipping the network policies (CNI) enablement bits, or keep them as is.

{@include: ../_common/cluster-setup-for-visual-tutorials.md}
{@include: ../_common/cluster-setup.md}
</details>

<details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following steps are only needed if you haven't already run through the [Kube

Before you start, you'll need a Kubernetes cluster.

{@include: ../_common/cluster-setup-for-visual-tutorials.md}
{@include: ../_common/cluster-setup.md}
</details>

<details>
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-visual-tutorials/visual-k8s-cluster-mapping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Before you start, you'll need a Kubernetes cluster.
While you won't need [network policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) in this tutorial,
you'll use them in the next tutorial, so you may just want to install them now. Otherwise, feel free to skip that aspect.

{@include: ../_common/cluster-setup-for-visual-tutorials.md}
{@include: ../_common/cluster-setup.md}
</details>

## Deploy the demo set of services
Expand Down

0 comments on commit 1898137

Please sign in to comment.