constellation/bootstrapper/internal/kubernetes/k8sapi
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
..
kubectl AB#2074: Choosable K8S Version (#277) 2022-07-18 12:28:02 +02:00
resources AB#2074: Choosable K8S Version (#277) 2022-07-18 12:28:02 +02:00
constants.go AB#2074: Choosable K8S Version (#277) 2022-07-18 12:28:02 +02:00
install_test.go Rename coordinator to bootstrapper and rename roles 2022-07-14 17:25:18 +02:00
install.go Rename coordinator to bootstrapper and rename roles 2022-07-14 17:25:18 +02:00
joinargs_test.go Rename coordinator to bootstrapper and rename roles 2022-07-14 17:25:18 +02:00
joinargs.go Rename coordinator to bootstrapper and rename roles 2022-07-14 17:25:18 +02:00
kubeadm_config_test.go AB#2074: Choosable K8S Version (#277) 2022-07-18 12:28:02 +02:00
kubeadm_config.go AB#2074: Choosable K8S Version (#277) 2022-07-18 12:28:02 +02:00
systemd.go Rename coordinator to bootstrapper and rename roles 2022-07-14 17:25:18 +02:00
util.go AB#2074: Choosable K8S Version (#277) 2022-07-18 12:28:02 +02:00