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

spec.SkipKubeProxy is not implemented yet #67

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

spec.SkipKubeProxy is not implemented yet

https://github.com/pacoxu/kubeadm-operator/blob/4357f8f10c8a37f4ab286abb32248ddc00da156a/commands/kubeadm_upgrade_apply.go#L31

// runKubeadmUpgradeApply runs the kubeadm upgrade apply command
func runKubeadmUpgradeApply(spec *operatorv1.KubeadmUpgradeApplyCommandSpec, log logr.Logger) error {
    // TODO spec.SkipKubeProxy is not implemented yet

    var cmd *cmd
    // TODO: add real dry run support
    cmd = newCmd("kubeadm", "upgrade", "apply", spec.KubernetesVersion, "--yes", "--v=4")
ndex 8120cf4..1b01450 100644
++ b/commands/upgrade_kubectlkubelet.go

88dc0df24ba2cc7f12dc6ed8918b2f42a8211542

pacoxu commented 2 years ago

It can be considered once https://github.com/pacoxu/kubeadm-operator/issues/68 is done.