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

CMD: "kubeadm upgrade node" implementation #26

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

this is a temporary hack to get the "kubeadm upgrade node" to work

https://github.com/pacoxu/kubeadm-operator/blob/6a64d3d7abf1631f6b916a21ed1c6117d4086572/commands/kubeadm_upgrade_node.go#L25

)

// TODO this is a temporary hack to get the "kubeadm upgrade node" to work
func runKubeadmUpgradeNode(spec *operatorv1.KubeadmUpgradeNodeCommandSpec, log logr.Logger) error {
    return nil
}
ndex 54db2f6..4905de7 100644
++ b/commands/kubectl_drain.go

62cabc1ccf690e4865385fccd12e98fdfebefc56

pacoxu commented 2 years ago

fixed