Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie McBride committed Nov 10, 2024
1 parent d21862d commit 57dfcde
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Table of contents:
- [Create a cluster](#create-a-cluster)
- [Configure Helm chart values](#configure-helm-chart-values)
- [Install Karpenter](#install-karpenter)
- [Create workshop namespace](#create-a-workshop-namespace)
- [Create our workshop namespace](#create-our-workshop-namespace)

## Envrionment Setup

Expand Down Expand Up @@ -199,7 +199,7 @@ You can also check the karpenter pod logs with the following:
kubectl logs -f -n "${KARPENTER_NAMESPACE}" -l app.kubernetes.io/name=karpenter -c controller
```

### Create workshop namespace
### Create our workshop namespace

Now let's create a namespace which we'll be using for all our work in this workshop moving forward:

Expand Down

0 comments on commit 57dfcde

Please sign in to comment.