remove item from major theme

pull/35981/head
Kat Cosgrove 2022-08-18 19:41:23 -07:00
parent fd9070f908
commit 0f71a9eceb
No known key found for this signature in database
GPG Key ID: 9909DF75A59E4ABC
1 changed files with 0 additions and 4 deletions

View File

@ -85,10 +85,6 @@ Promoted the `ServerSideFieldValidation` feature gate to beta (on by default). T
Introduce KMS v2alpha1 API to add performance, rotation, and observability improvements. Encrypt data at rest (ie Kubernetes `Secrets`) with DEK using AES-GCM instead of AES-CBC for kms data encryption. No user action is required. Reads with AES-GCM and AES-CBC will continue to be allowed. See the guide [Using a KMS provider for data encryption](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) for more information.
### Removed AKS and GKE authentication from kubectl
The `gcp` and `azure` auth plugins have been removed from client-go and kubectl. See [AKS](https://github.com/Azure/kubelogin) and [GKE](https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke) documentation for details about the cloud-specific replacements.
## Other Updates
### Graduations to Stable