Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Jun 3, 2024
1 parent 5a8e418 commit 8392f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cli/secrets-encrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/v1.29.X.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8392f59

Please sign in to comment.