From 8392f590e86d01f673094db079fdfafeffdc0c96 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Mon, 3 Jun 2024 13:39:37 -0700 Subject: [PATCH] codespell Signed-off-by: Derek Nola --- docs/cli/secrets-encrypt.md | 2 +- docs/release-notes/v1.29.X.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/secrets-encrypt.md b/docs/cli/secrets-encrypt.md index 0cb2f3a43..b37173027 100644 --- a/docs/cli/secrets-encrypt.md +++ b/docs/cli/secrets-encrypt.md @@ -23,7 +23,7 @@ K3s contains a CLI tool `secrets-encrypt`, which enables automatic control over Failure to follow proper procedure for rotating encryption keys can leave your cluster permanently corrupted. Proceed with caution. ::: -### New Encryption Key Rotation (Expiremental) +### New Encryption Key Rotation (Experimental) :::info Version Gate Available as of [v1.28.1+k3s1](https://github.com/k3s-io/k3s/releases/tag/v1.28.1%2Bk3s1). This new version of the tool utilized K8s [automatic config reloading](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#configure-automatic-reloading) which is currently in beta. GA is expected in v1.29.0 diff --git a/docs/release-notes/v1.29.X.md b/docs/release-notes/v1.29.X.md index 40bb82e89..e1cecf104 100644 --- a/docs/release-notes/v1.29.X.md +++ b/docs/release-notes/v1.29.X.md @@ -246,7 +246,7 @@ This release is K3S's first in the v1.29 line. This release updates Kubernetes t Before upgrading from earlier releases, be sure to read the Kubernetes [Urgent Upgrade Notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#urgent-upgrade-notes). :::warning Important -This release removes the expiremental `rotate-keys` subcommand due to changes in Kubernetes upstream for [KMSv2](https://github.com/kubernetes/kubernetes/issues/117728), the subcommand should be added back in future releases. +This release removes the experimental `rotate-keys` subcommand due to changes in Kubernetes upstream for [KMSv2](https://github.com/kubernetes/kubernetes/issues/117728), the subcommand should be added back in future releases. ::: :::warning Important