constellation/bootstrapper/internal
Otto Bittner a68ee817ff AB#2074: Choosable K8S Version (#277)
AB#2074: Add configurable k8s version

Configurable version flow:
* cli config holds/validates k8sVersion
* InitCluster receive a k8sVersion arg
* InitCluster creates CM "k8s-version"
* kubeadm's InitConfiguration receives k8sVersion
* joinservice spec mounts/reads k8s-version CM
* joinservice supplies k8sVersion via JoinTicketResponse
Other changes:
* Remove unused test code (FakeK8SClient)
* move VersionConfig map to /internal/versions
* installk8sComponents is now a function instead of a method
2022-07-18 12:28:02 +02:00
..
clean Simplify node lock and various small changes 2022-07-14 17:25:18 +02:00
diskencryption Rename coordinator to bootstrapper and rename roles 2022-07-14 17:25:18 +02:00
initserver Refactor bootstrapper logging 2022-07-15 09:09:56 +02:00
joinclient AB#2074: Choosable K8S Version (#277) 2022-07-18 12:28:02 +02:00
kubelet Use Certificate Requests to issue Kubelet Certificates and set CA (#261) 2022-07-15 09:33:11 +02:00
kubernetes AB#2074: Choosable K8S Version (#277) 2022-07-18 12:28:02 +02:00
logging Rename coordinator to bootstrapper and rename roles 2022-07-14 17:25:18 +02:00
nodelock Simplify node lock and various small changes 2022-07-14 17:25:18 +02:00