airshipit / treasuremap

Reference Airship manifests, CICD, and reference architecture.
http://openstack.org
Apache License 2.0
52 stars 39 forks source link

Sub-clusters Deployment: Need SSH Keys Populated to KubeadmControlPlane #183

Closed lb4368 closed 3 years ago

lb4368 commented 3 years ago

Need to update replacements so that ssh key is populated in KubeadmControlPlane for sub-clusters. For now, these can be the same ssh key used for the target management cluster

Environment

seaneagan commented 3 years ago

Actually it looks like the replacements for the control plane ssh authorized keys are already being inherited all the way down into the subclusters from here: https://github.com/airshipit/airshipctl/blob/master/manifests/function/k8scontrol/replacements/generated-secrets.yaml

For the sub-cluster workers, I created this patchset: https://review.opendev.org/c/airship/treasuremap/+/797540

lb4368 commented 3 years ago

Closing per patchset merge