Skip to content

Commit

Permalink
chore: updating the readme with cilium commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabNeu committed Nov 29, 2023
1 parent 46ffae1 commit 1d4cb44
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,14 @@ helm dependency update
```bash
minikube addons enable metrics-server
```
## Enable Cilium for N/w Policies to work in Minikube
- In order to run the below steps your cluster(minikube) should be up
- Also, we need to install `cilium`to run the below commands

```bash
# to install cilium in cluster
cilium install

# to test the connectivity with cluster
cilium connectivity test
```

0 comments on commit 1d4cb44

Please sign in to comment.