Skip to content

Commit

Permalink
docs: add note to udate local kubeconfig before running kubectl commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Apr 7, 2022
1 parent 2653df1 commit 8576324
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,12 @@ terraform apply
Karpenter is now active and ready to begin provisioning nodes.
Create some pods using a deployment, and watch Karpenter provision nodes in response.

Before we can start interacting with the cluster, we need to update our local kubeconfig:

```bash
aws eks update-kubeconfig --name karpenter-demo
```

### Automatic Node Provisioning

This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas.
Expand Down

0 comments on commit 8576324

Please sign in to comment.