Skip to content

Commit

Permalink
Add --create-namespace to the helm command. (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Jul 23, 2021
1 parent 57289df commit 73e0d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ eksctl. Thus, we don't need the helm chart to do that.
```bash
helm repo add karpenter https://awslabs.github.io/karpenter/charts
helm repo update
helm upgrade --install karpenter karpenter/karpenter \
--namespace karpenter --set serviceAccount.create=false
helm upgrade --install karpenter karpenter/karpenter --namespace karpenter \
--create-namespace --set serviceAccount.create=false
```

### Provisioner
Expand Down

0 comments on commit 73e0d14

Please sign in to comment.