Skip to content

Commit

Permalink
docs: Update karpenter version (#5242)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Dec 5, 2023
1 parent 22eb284 commit f291dba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ After setting up the tools, set the Karpenter and Kubernetes version:

```bash
export KARPENTER_NAMESPACE=kube-system
export KARPENTER_VERSION=v0.32.3
export KARPENTER_VERSION=v0.33.0
export K8S_VERSION={{< param "latest_k8s_version" >}}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ After setting up the tools, set the Karpenter and Kubernetes version:

```bash
export KARPENTER_NAMESPACE=kube-system
export KARPENTER_VERSION=v0.32.3
export KARPENTER_VERSION=v0.33.0
export K8S_VERSION={{< param "latest_k8s_version" >}}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ After setting up the tools, set the Karpenter and Kubernetes version:

```bash
export KARPENTER_NAMESPACE=kube-system
export KARPENTER_VERSION=v0.32.3
export KARPENTER_VERSION=v0.33.0
export K8S_VERSION={{< param "latest_k8s_version" >}}
```

Expand Down

0 comments on commit f291dba

Please sign in to comment.