You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the OCI Helm chart is signed by [Cosign](https://github.com/sigstore/cosign) as part of the release process you can verify the chart before installing it by running the following command.
Copy file name to clipboardExpand all lines: website/content/en/docs/getting-started/getting-started-with-karpenter/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ After setting up the tools, set the Karpenter and Kubernetes version:
48
48
49
49
```bash
50
50
export KARPENTER_NAMESPACE="kube-system"
51
-
export KARPENTER_VERSION="1.6.2"
51
+
export KARPENTER_VERSION="1.6.3"
52
52
export K8S_VERSION="1.32"
53
53
```
54
54
@@ -115,13 +115,13 @@ See [Enabling Windows support](https://docs.aws.amazon.com/eks/latest/userguide/
115
115
As the OCI Helm chart is signed by [Cosign](https://github.com/sigstore/cosign) as part of the release process you can verify the chart before installing it by running the following command.
Copy file name to clipboardExpand all lines: website/content/en/docs/upgrading/upgrade-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ If you get the error `invalid ownership metadata; label validation error:` while
86
86
WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE THAT YOU COPY THE BETA API ALERT SECTION FROM THE LAST RELEASE TO PROPERLY WARN USERS OF THE RISK OF UPGRADING WITHOUT GOING TO 0.32.x FIRST
87
87
-->
88
88
89
-
### Upgrading to `1.6.2`+
89
+
### Upgrading to `1.6.3`+
90
90
91
91
{{% alert title="Warning" color="warning" %}}
92
92
Karpenter `1.1.0` drops the support for `v1beta1` APIs.
Copy file name to clipboardExpand all lines: website/content/en/v1.5/getting-started/getting-started-with-karpenter/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ After setting up the tools, set the Karpenter and Kubernetes version:
48
48
49
49
```bash
50
50
export KARPENTER_NAMESPACE="kube-system"
51
-
export KARPENTER_VERSION="1.5.3"
51
+
export KARPENTER_VERSION="1.5.4"
52
52
export K8S_VERSION="1.32"
53
53
```
54
54
@@ -115,13 +115,13 @@ See [Enabling Windows support](https://docs.aws.amazon.com/eks/latest/userguide/
115
115
As the OCI Helm chart is signed by [Cosign](https://github.com/sigstore/cosign) as part of the release process you can verify the chart before installing it by running the following command.
0 commit comments