kubernetes/cmd/kubeadm/app/util/pkiutil
Lubomir I. Ivanov 2cab79710d kubeadm: enhance encryption algorithm support in v1beta4
Previous v1beta4 work added support for
ClusterConfiguration.EncryptionAlgorithm, however the possible
values were limited to just "RSA" (2048 key size) and "ECDSA" (P256).

Allow more arbitrary algorithm types, that can also include key size
or curve type encoded in the name:
"RSA-2048" (default), "RSA-3072", "RSA-4096" or "ECDSA-P256".

Update the deprecation notice of the PublicKeysECDSA FeatureGate
as ideally it should be removed only after v1beta3 is removed.
2024-01-31 23:49:21 +02:00
..
testing kubeadm: enhance encryption algorithm support in v1beta4 2024-01-31 23:49:21 +02:00
pki_helpers_test.go kubeadm: enhance encryption algorithm support in v1beta4 2024-01-31 23:49:21 +02:00
pki_helpers.go kubeadm: enhance encryption algorithm support in v1beta4 2024-01-31 23:49:21 +02:00