pacoxu / kubeadm-operator

Test work on the design of kubeadm operator. Also you can try https://github.com/chendave/kubeadm-operator
Apache License 2.0
10 stars 2 forks source link

this is a temporary hack to get the kubectl & kubelet upgrade to work #21

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

this is a temporary hack to get the kubectl & kubelet upgrade to work

https://github.com/pacoxu/kubeadm-operator/blob/92b72d0df483090bb4247c856f88de1d9294683a/commands/upgrade_kubectlkubelet.go#L25

)

// TODO this is a temporary hack to get the kubectl & kubelet upgrade to work
func runUpgradeKubectlAndKubelet(spec *operatorv1.UpgradeKubeletAndKubeactlCommandSpec, log logr.Logger) error {
    return nil
}
ndex 481c3d2..137489b 100644
++ b/config/samples/operator_v1alpha1_runtimetaskgroup.yaml

e50d35f367a2b0205d4425a91be9fa05a4c5c9ab

pacoxu commented 2 years ago

fixed