Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add pre-reqs
  • Loading branch information
bpschmitt authored Apr 10, 2024
1 parent f8ce877 commit 0b3c92b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Setup

## Pre-requisites

- [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl)
- [Helm](https://helm.sh/)
- [Minikube](https://minikube.sigs.k8s.io/docs/start/) (or cluster of your choice)

## Create Namespaces
```
kubectl create ns newrelic
Expand All @@ -8,6 +14,7 @@ kubectl create ns ao-demo

## Install Cert Manager
```
helm repo add jetstack https://charts.jetstack.io --force-update
helm install \
cert-manager jetstack/cert-manager \
--namespace cert-manager \
Expand Down

0 comments on commit 0b3c92b

Please sign in to comment.