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 upgrading kubeadm to work #20

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

this is a temporary hack to get the upgrading kubeadm to work

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

)

// TODO this is a temporary hack to get the upgrading kubeadm to work
func runUpgradeKubeadm(spec *operatorv1.UpgradeKubeadmCommandSpec, log logr.Logger) error {
    return nil
}
ndex 40145a7..27e4625 100644
++ b/commands/upgrade_kubectlkubelet.go

df34fda501474f4aae2c21dd850527be656213bc

pacoxu commented 2 years ago

fixed