WIP - Upload encrypted certs on init #1374
Labels
area/HA
area/UX
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
This issue defines implementation details for "Upload encrypted certs on init" activity defined in #1373
PR#1: Extend
v1beta1
andinternal
config for managing the encryption key with:EncryptionKey string 'json:"encryptionKey,omitempty"'
into theInitConfiguration
objectEncryptionKey string 'json:"encryptionKey,omitempty"'
into theJoinControlPlane
objectPR#2: Create a new phase in the init workflow named
upload-certs
with:--experimental-upload-certs
flag of type bool to kubeadm initupload-certs
--experimental-upload-certs
is set;kubeadm-certs
secret and related RBAC rules as described in the KEPThe text was updated successfully, but these errors were encountered: