Skip to content

Commit

Permalink
Added note on tagging for Karpenter
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmatias committed Jun 13, 2024
1 parent 3445826 commit d896cb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/user-guide/cookbooks/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ To create the KOPS cluster these are the requisites:

!!! Warning
If the nat-gateway is not in place check how to enable it using the [**binbash Leverage**](https://leverage.binbash.co/) network layer [here](/user-guide/cookbooks/enable-nat-gateway).

!!! Warning
If you will activate **Karpenter** you need to tag the target subnets (i.e. the private subnets in your VPC) with:
```hcl
"kops.k8s.io/instance-group/nodes" = "true"
"kubernetes.io/cluster/<cluster-name>" = "true"
```
<br />
We are assuming here the worker Instance Group is called `nodes`. If you change the name or have more than one Instance Group you need to adapt the first tag.

!!! Info
Note a DNS is not needed since this will be a gossip cluster.
Expand Down

0 comments on commit d896cb7

Please sign in to comment.