Skip to content

Commit

Permalink
docs: Update to v0.34 using docgen (#5615)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Deal <[email protected]>
  • Loading branch information
engedaam and jmdeal authored Feb 6, 2024
1 parent ab3d58f commit c4e557e
Show file tree
Hide file tree
Showing 17 changed files with 330 additions and 51 deletions.
2 changes: 1 addition & 1 deletion charts/karpenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ helm upgrade --install --namespace karpenter --create-namespace \
| controller.sidecarContainer | list | `[]` | Additional sidecarContainer config |
| controller.sidecarVolumeMounts | list | `[]` | Additional volumeMounts for the sidecar - this will be added to the volume mounts on top of extraVolumeMounts |
| dnsConfig | object | `{}` | Configure DNS Config for the pod |
| dnsPolicy | string | `"Default"` | Configure the DNS Policy for the pod |
| dnsPolicy | string | `"ClusterFirst"` | Configure the DNS Policy for the pod |
| extraVolumes | list | `[]` | Additional volumes for the pod. |
| fullnameOverride | string | `""` | Overrides the chart's computed fullname. |
| hostNetwork | bool | `false` | Bind the pod to the host network. This is required when using a custom CNI. |
Expand Down
5 changes: 4 additions & 1 deletion hack/docs/compatibility-karpenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ compatibility:
maxK8sVersion: 1.28
- appVersion: 0.33.1
minK8sVersion: 1.23
maxK8sVersion: 1.28
maxK8sVersion: 1.28
- appVersion: 0.34.0
minK8sVersion: 1.23
maxK8sVersion: 1.29
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.33.2
export KARPENTER_VERSION=v0.34.0
export K8S_VERSION={{< param "latest_k8s_version" >}}
```

Expand Down
Loading

0 comments on commit c4e557e

Please sign in to comment.